In which part of the HTML metadata is contained?
A.body tag
B.html tag
C.head tag
D.title tag
Answers
➡️Option (C) Head Tag is the right answer ✔️
Head tag
HTML metadata is contained in Head tag of HTML page
Metadata is that data which is not displayed on the page by browser. Without Metadata, website is not ready to launch in browser. Metadata is most important thing.
In metadata following things appear:
1) Tags for image, Article, video
2) Font size, colour, effect
3) Image Meta tags
4) Meta names
Also we can add so many things in metadata while writing HTML.
For viewing Metadat of website, we have to use CTRL+U and there we will find the head word and there we are able to see meta data and tags of websites.
We should always write tags in metadata in Head tag. Because it can be visible to other users and that's why our website can be hacked.