-->

Meta Tags

 

META TAG -

Meta tag Html document के बारे में metadata provide करता है। metadata page पर show नही होगा meta element आमतौर पर page description, keyword, author of the document, last modified, and other metadata specify करने के लिए use किये जाते है। इसे </html> Tag के पहले लिखा जाता है l

Example:

<head>

<meta name = "viewport" content = "width=device-width, initial-scale=1.0">

<meta charset="UTF-8">

<meta http-equiv="refresh" content="30">

<meta name = "keywords" content = "html, css, js">

<meta name = "description" content = "learning tutorial">

<meta name = "author" content = "stechinstitute">

</head>