Starting and ending tag of HTML document is
Home | Discussion ForumStarting and ending tag of HTML document is
<body> </body>
<http> </http>
<html> </html>
None
Answer : C
Free Online Test
View More Related Question
1) The _____ character tells browsers to stop tagging the text
2) Which tag is used for defining an alternate content for users that do not support client-side scripts?
3) For smallest size headings which tag you most prefer to use
4) Tags that are used to tell meaning of enclosed text (e.g. <strong> </strong> ) these type of tags are called
5) What is the correct HTML for adding a background color?
<body color=”yellow”>
<body bgcolor=”yellow”>
<background>yellow</background>
<body background=”yellow”>
View Answer