<title>
Section II Learning about formatting tags and text markers
</title>
<meta charset= "UTF-8" >
<body>
Start learning formatting tags
Flash bird<br/> Line Learning!
<P>
Flash Bird Paragraph Learning
</P>
<P>
Flash Bird Paragraph Learning
<p>
Paragraph learning of Flash bird paragraph
</p>
</P>
List Item Markers | (normal arrangement)
<li>1 Learning </li>
<li>2 Learning </li>
<li>3 Learning </li>
<li>4 Learning </li>
<ul>
Unordered list
<li>1 Learning </li>
<li>2 Learning </li>
<li>3 Learning </li>
<li>4 Learning </li>
</ul>
<ol type= "1" > The properties of the sequence table Taye (sorted by what 12345 or ABCDE etc. · )
Ordered list
<li value= "3" >1 learning </li>
<li>2 Learning </li>
<li>3 Learning </li>
<li>4 Learning </li>
</ol>
<dl>
<p> Simple description of list entry </p>
<dt> Software Description </dt>
<dd> Brief introduction of software functions and their basic applications </dd>
<dt> Software Interface </dt>
<dd> the appearance of software for </dd>
</dl>
<div>
<div> Layered Display Markers </div>
Flash Bird horizontal Divider Learning </div>
<div>
Flash Bird horizontal Divider Learning </div>
HN Title Tag
Font tag
<font size= "5" color= "Red" face= "Microsoft Ya Hei" >
The font size is 1 to 7, the browser defaults to 3, and the font can be set to color and font style
</font>
B Mark
<b> Bold </b>
I mark
<i> Italic </i>
2<sub>2</sub> superscript
2<sup>2</sup> subscript
<cite> Quote Italic </cite>
<em> emphasis, italic </em>
<strong> emphasis on bold </strong>
<small> Small Font Tags </small>
<big> Large Font Tags </big>
<u> Underline font marks </u>
</body>
Learn HTML the next day to learn formatting tags and text tags