Explain any two primary tags of HTML?
Answers
Answered by
3
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.
Answered by
1
Answer:
All HTML documents are divided into two main parts: the head and the body. ... DOCTYPE html>. It's telling or declaring to the browser that the following file is an HTML file. To build any webpage you will need four primary tags: <html>, <head>, <title> and <body>.
Have a great day
Similar questions