Home
Web Front-end
HTML Tutorial
Basic structure of html document (basic knowledge of web page production)_HTML/Xhtml_web page production



Basic structure of html document (basic knowledge of web page production)_HTML/Xhtml_web page production
html document
How HTML works:
1. Run locally: open the html file with a browser
2. Remote access operation: local browser accesses remote server (tomcal)
It is best not to have Chinese characters in the file name of the webpage, because in the future webpage files will be saved on the server. It is recommended to use English when saving HTML files. You can use either .htm or .html file suffix.
2. Basic structure of HTML document
1. The skeleton of the document: All web files usually consist of the following four pairs of tags to form the skeleton of the document
Copy code
The code is as follows:< head>
Here is the content to be displayed on the web page