How do I use meta tags in html?



  • Meta tags provides the browser information about the web page. Some meta generally do not have closing tags. Notice the use of double quotes for the values.

    Commonly used meta tags are:

    <meta charset="utf-8">
    <meta name="author" content="Goofy Bertwinkle">
    <meta name="description" content="List of movies"
    <meta name="keywords" content="movies, film, animation"
    

    These tags do not create an visual changes to the web page, just web page information.


Log in to reply
 

© Lightnetics 2024