What are is Meta Tags in html

 <!DOCTYPE html>

<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <meta name="description" content="This is description">
    <meta name="keywords" content="html, html tutorials, web development">
    <meta name="robots" content="INDEX, FOLLOW">
    <title>Document</title>

    <!-- This is how you include external css -->
    <link rel="stylesheet" href="harry.css">

    

    <!-- This is how you include external JavaScript -->
    <script src="harry.js"></script>
</head>
<body> 


</body>
</html>
  • Meta Tags...
  • we use meta tags in SEO (search engine optimization) which helps in improve web traffic
  • description of website...
  • we also write description of website with the help these meta tags
  • View port meta tag
  • iska matlab phone or baki cheezon ma kasi dekhay.



Comments

Popular posts from this blog