HTML document start and end with which tag pairs?
Answers
Answered by
4
Answer:
They are: <HTML> -> tells your web browser that a page with HTML is coming up. The opening tag is always placed at the beginning of your document, and the closing tag is placed at the very end. <HEAD> -> includes the title of your web page, any search terms, and other stuff we won't get into here.
Explanation:
Answered by
4
Answer:
The tag pairs are:-
1. <html></html>
2. <body></body>
Similar questions