Commonly used codes in html language: 1. Basic structure, html; 2. Title, title; 3. Paragraph, p; 4. Link, a; 5. List, ul; 6. Definition list, dl; 7 , table, table; 8. form, form; 9. style, style.
HTML (Hypertext Markup Language) is a markup language used to create web pages. The following are some commonly used HTML codes:
1. Basic structure:
2. Title :
页面标题
3. Paragraph:
这是一个段落。
4. Link:
链接文本
5. Image:
6.List:
7. Definition list:
8、Form:
表头1 | 表头2 |
---|---|
单元格1 | 单元格2 |
9. Form:
##
10.Style:
The above are some commonly used HTML code examples. In fact, HTML also includes many other functions, such as lists, tables, forms, styles, scripts, etc. To learn more about HTML,
please refer to the relevant tutorials and documentation.
The above is the detailed content of Commonly used codes in html language. For more information, please follow other related articles on the PHP Chinese website!