The HTML web page file itself is a text file. By adding a tag to the text file, you can tell the browser how to display the content (such as how the text is processed, how the picture is arranged, how the picture is displayed, etc.).
Text formatting tag
label | description |
---|---|
< b > | Define bold text. |
< big > | Define a large word. |
< em > | Define emphasis on text. |
< i > | Define italics. |
< small > | Define a small word. |
< strong > | Define aggravated tone. |
< sub > | Define the lower word. |
< sup > | Define the upper label. |
< ins > | Define the insertion word. |
< del > | Define the delete word. |
< s > | Deprecated. use < del >instead. |
< strike > | Deprecated. use < del >instead. . |
< u > | Deprecated. Replace the style. |
< p >: Use only paragraph marks.
< p> & < br />: Use paragraph and line break labels
< br />: Use only line break labels
HTML Preference: < br /> or < br>
Powered by TorCMS (https://github.com/bukun/TorCMS).