explain meta tag of HTML5
Answers
Answered by
11
The HTML <meta> tag is used for declaring metadata for the HTML document. Metadata can include document decription, keywords, author etc. It can also be used to refresh the page or set cookies. The meta tag is placed between the opening/closing <head> </head> tags
Answered by
5
Explanation:
The HTML <meta> tag is used for declaring metadata for the HTML document. Metadata can include document decription, keywords, author etc. It can also be used to refresh the page or set cookies. The meta tag is placed between the opening/closing <head> </head> tags.
If you like it please mark it as brainliest and thank this answer.
Thank you
Similar questions