Home >
Web Front-end >
HTML Tutorial >
Summary of commonly used html elements including basic structure, document type, header, body, etc._HTML/Xhtml_Web page production
Summary of commonly used html elements including basic structure, document type, header, body, etc._HTML/Xhtml_Web page production
WBOY
Release: 2016-05-16 16:38:14
Original
1596 people have browsed it
1. Basic structure:
Copy code
The code is as follows:
< head>
head>
2. Document type:
(1)HTML 4.01
(2)HTML5
(3)XHTML 1.0
Copy Code
The code is as follows:
3. Header: (1) Character set
Copy code
The code is as follows:
(2) Introduce JS
Copy code
The code is as follows:
(3) Introducing CSS
Copy Code
The code is as follows:
(4) Set the default jump
Copy code
The code is as follows:
(5) Set search engine related information
Copy code
The code is as follows:
4. Main body:
(1) Basic content
Copy code
The code is as follows:
(2) Form Submit by GET: Submit by POST:
Submit with file:
Home page commonly used:
Copy code
The code is as follows:
Text field:
Password field: Normal button: Radio button: Multi-select button:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn