<meta>
The meta tag or metadata tag is a self-closing tag which provides data about data.
It provides information to browser about the web-page like
- language of the page
- author of the page
- last modified time, etc
Important attributes :-
- charset
- content
- name
- http-equiv
ex : <meta name="author" content="avas27">
Comments
Post a Comment