Home >Web Front-end >HTML Tutorial >Detailed introduction to HTML text formatting
HTML formatting tag
HTML uses the tags and to format the output text, such as: bold or italic
These HTML tags are called formatting tags (see the full tag reference manual at the bottom).
|
The usual tag is used instead of the bold tag , and is used instead of the tag. However, the meanings of these tags are different: and define bold or italic text. or means that the text you are presenting is important, so highlight it. All major browsers today can render fonts in a variety of effects. However, future browsers may support better rendering. |
|---|
| Label | describe |
|---|---|
| Define bold text | |
| Define emphasis text | |
| Define italics | |
| Define small characters | |
| Define emphasis | |
| Define subscript | |
| Define superscript | |
| Define insert word | |
|
|
Define delete word |
| Label | describe |
|---|---|
|
Define computer code |
| Define keyboard code | |
| Defining Computer Code Sample | |
| Define variables | |
| Define preformatted text |
| Label | describe |
|---|---|
| Define abbreviation | |
| Define address | |
| Define text direction | |
| Define long quotes | |
| Define short quotes | |
| Define quotation, citation | |
| Define a definition project. |
The above is the detailed content of Detailed introduction to HTML text formatting. For more information, please follow other related articles on the PHP Chinese website!