Heading 1 (H1)
Second-level heading (H2)
Third-level heading (H3)
Level 4 heading (H4)
Fifth-level heading (H5)
Level 6 heading (H6)
Bold text
italic text
Strong Bold
Emphasis (Italic)
underlined text
strikethrough text
Highlighted text
Subscript and superscript
This is a hyperlink.
This is an example of行内代码
This is a reference block.
It can contain multiple lines of content.
Unordered list
- Project 1
- Project Two
- Sub-project 2.1
- Sub-project 2.2
- Project Three
ordered list
- First item
- Second item
- Sub-item 2.1
- Sub-item 2.2
- Third item
sheet
| Name | age | City |
|---|---|---|
| Zhang San | 25 | Beijing |
| Li Si | 30 | Shanghai |
| Wang Wu | 28 | Guangzhou |
code block
<div class="test">
<p>Hello World</p>
</div>
function hello() {
console.log("Hello World");
}
picture
Other tags
HTML is the foundation of web pages.Ctrl + C means copy.
0 comments