HTML CODE FOR METADATA

<!DOCTYPE html>
<html>

   <head>
      <title>Meta Tags Example</title>
      <meta charset = "UTF-8" />
      <meta name = "keywords" content = "HTML, Meta Tags, Metadata" />
      <meta name = "description" content = "Learning about Meta Tags." />
      <meta name = "author" content = "seeker" />
      <meta name = "viewport" content = "width=device-width, initial-scale=1.0" />
      <meta http-equiv = "refresh" content = "5: url=https://www.theseekers.live" />
   </head>
	
   <body>
      <p>Hello HTML5!</p>
   </body>
	
</html>

Post a Comment

0 Comments