MindMap Gallery Summary of HTML tag exam knowledge points
1. <html></html> is called the root tag, and all web page tags are in <html></html>. 2. The <head></head> tag is used to define the head of the document. It is a container for all head elements. The header element has... 3. The content between the <body> and </body> tags is the main content of the web page, such as <h1>, <p>, <a
Edited at 2022-11-14 13:57:17