Every HTML document must include the tags
(a) <html> </html>& <body> </body>
(b) <body> </body> & at least one <p>
(c) <html> </html> & <head> </head>
Answers
Answered by
10
Answer:
a
Explanation:
html and body are two major parts of HTML document as <html> is referred as opening and closing tag while <body> is used to type text.
Answered by
100
Question :-
Every HTML document must include the tags
(a) <html> </html>& <body> </body>
(b) <body> </body> & at least one <p>
(c) <html> </html> & <head> </head>
Answer :-
✔✔ (a) <html> </html>& <body> </body>
Explanation :-
• A htlm document starts with the tag <html> and ends with </html>. All the additions are to be made between these 2 tags only.
• Within the body tags we keep our content and that gets displayed. This is the most important and main tag of any html web page as the content within this tag is displayed to the browser. <body> and </body> are used.
Similar questions