1.

In which part of the HTML metadata is contained?(a) body tag(b) html tag(c) head tag(d) title tagI got this question in a national level competition.Question is taken from Meta Data topic in chapter HTML Fundamentals of HTML

Answer»

Right choice is (c) head TAG

The explanation: Metadata is INFORMATION about DATA. The meta tag provides metadata/meta information about the HTML document. Metadata will not be displayed on the page. Metadata is present in head. The body tag defines document’s body. A title tag is an HTML element which specifies the title of a web page.



Discussion

No Comment Found

Related InterviewSolutions