Why tags and text that are not directly displayed on the page
Answers
Answered by
28
Explanation:
To build any webpage you will need four primary tags: <html>, <head>, <title> and <body>. These are all container tags and must appear as pairs with a beginning and an ending. Here is a diagram, showing the two main parts and the primary tags. Every HTML document begins and ends with the <html> tag.
The HTML <body> tag defines the main content of the HTML document or the section of the HTML document that will be directly visible on your web page. This tag is also commonly referred to as the <body> element.
Similar questions