4. Format layout (command)
<p> Create a new paragraph
<p></p> Create paragraph text
<p Align=?> Press the paragraph left, middle, right
<br> line break
<blockquote></blockquote> indent text from both sides
<dl></dl> Create a list of definitions
<dt> before each term term is defined
<dd> before each definition
<ol></ol> Create a list labeled with numbers
<li> before each number list item, plus a number
<ul></ul> Create a list marked with dots
<li> before each dot list item, plus a dot
<div align=?> a label used to format chunks of HTML, and also for formatting tables
HTML syntax
File format
Topic <title></title> (placed at the beginning of a file) is the title of the entry
Header section
Nevin section <body></body> (contents of this file)
Title
Title Alignment
Word enlargement <big></big>
Word Change small <small></small>
Bold characters <b></b>
Italic character <i></i>
Bottom line Word <u></u>
Superscript word <sup></sup>
Subscript Word <sub></sub>
Center <center></center>
Left <left> </left>
Right <right> </right>
Basic Font Size <basefont size> (
Values range from 1 to 7, default is 3)
Change font size <font size=?></font> (? =1~7)
Font Color <font color= #rrggbb ></font> (RGB color code)
Specify Font <font face=?></font> (? = arial, italic, etc.)
HTML Code Notes section