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