meta tags in HTML?

Meta tags give information about a webpage (SEO, charset, author).

✔ Example:

<meta charset="UTF-8">
<meta name="description" content="Learn HTML easily">
<meta name="keywords" content="HTML, Web Development, Coding">
<meta name="author" content="Saim">

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *