Skip to main content

Posts

Showing posts with the label How to Write a Meta tags in meta tag

What is META Tags

 What is Meta tags and What is uses in HTML ? HTML meta tags in  <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title> meta tags</title> </head> 👉      Define The Character:                                      <meta charset=“UTF-8”> 👉    Define keyword for Search Engine                      <meta name=“keyword” content=“ HTML, CSS, Javascript”> 👉    Define the Description of Webpage:                      <meta name=“description” content=“Free Development   Courses”> 👉    Define the Author of Website:                      <meta name=“author” content=“Negi”> 👉    Refresh document every 3 seconds:                      <meta http-equiv=“refresh” content=“03”> 👉    Viewport to make your website look good on any devices :                 <meta name=“viewport”   content=“width=device-width”, init