Html’in Head Tag’ının içi ve açıklamaları.

<head>
  <title>Bilgehan Bezir</title>

  <!--Page title-->

  <meta name="viewport" content="width=device-width, initial-scale=1.0 ,maximum-scale=1.0 , user-scalable=no" />

  <!--Responsive for mobile devices-->

  <meta name="description" content="My personal website created by Bilgehan Bezir" />

  <!--When the site is searched, the information written under-->

  <meta name="keywords"
    content="Bilgehan,Bezir,Bilgehan Bezir,Ful Stack Developer,Back-end Developer,Front-end Developer,Computer Engineer,Software Engineer" />

  <!--Basic tags that can be defined for the site-->

  <meta charset="UTF-8" />

  <!--Site language-->

  <meta http-equiv="Content-language" content="en" />

  <!--site language-->

  <meta http-equiv="X-UA-Compatible" content="ie=edge" />

  <!--Microsoft Edge-->

  <meta name="robots" content="index , follow , noarchive" />

  <!--for robots-->

  <meta name="revisit-after" content="7 Days" />

  <!--for bots visit rules-->

  <meta name="rating" content="general" />

  <!--Whoose visiting this site-->

  <meta name="copyright" content="Copyright &copy;2023" />

  <!--owner the this site-->

  <meta name="reply-to" content="[email protected]" />

  <!--information for bot owner the site's email-->

  <meta name="author" content="Bilgehan Bezir - [email protected]" />

  <!--information about the owner site-->

  <meta name="designer" content="Bilgehan Bezir" />

  <!--who created/developed the this site-->

  <meta name="generator" content="Visual Studio Code" />

  <!--Which programming language using for this site-->

  <link type="image/png" rel="icon" sizes="96x96" href="images/page-icon.png" />

  <!--web icon-->

  <script src="<https://kit.fontawesome.com/4bcf8755e8.js>" crossorigin="anonymous"></script>

  <!--fontawesome icon library-->

  <link rel="stylesheet" href="css/index.css" />
  <link rel="stylesheet" href="css/loader.css" />

  <!--My Css files are in here-->

  <link href="<https://fonts.googleapis.com/css?family=Sofia>" rel="stylesheet" />
  <link href="<https://fonts.googleapis.com/css?family=Milonga>" rel="stylesheet" />
  <link href="<https://fonts.googleapis.com/css?family=Noto> Sans Old Hungarian" rel="stylesheet" />

  <!--Font family links added-->

  <script defer src="<https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js>" charset="utf-8"></script>

  <!--Jquery library for navbar effect-->

  <script defer src="js/index.js"></script>
  <script defer src="js/loader.js"></script>

  <!--My javascript files are in here-->
</head>