all normal web page consist of:
1. head and body
2. top and bottom
3. left and right
4. body and title
Answers
Answered by
3
Answer:
4.body and title.............
Answered by
1
Option 1. head and body
- The document's head, which is the initial part, contains information that all of the pages in the document need to know. The HTML document's body does not get information from the head section.
- This is so because the HTML document's body, which is its second section, is where content is added.
- <body>: The Document Body element. The <body> HTML element represents the content of an HTML document. There can be only one <body> element in a document.
- The head and body tags in your HTML code are optional. Since the html, head, and body tags are optional according to the W3C, there are no drawbacks to leaving them off. Please click the link to view, The overall layout of an HTML document
#SPJ2
Similar questions