HTML, a Hypertext Markup language, as the name implies, is more than the style of text, and is made up of tags, or a language.
Tag notation < tag name >
<a></a> Double Tagged Hyperlinks
<br/> Single Mark
<br> Single Memento
Meta-Control Document encoding format
<strong></strong> Bold
<em><em> Font Tilt
<br> or <br/>.
Add space
Additional Basic markup Examples:
<body bgcolor= "" text= "#000000" background= "" >
<!--the contents of the note--
Test text
<font face= "Script" size= "+3" color= "#000000" > Text </font>
<br/>
<b> Bold Text </b><br/>
<i> Italic text </i><br/>
<u> underline </u><br/>
<i><b> Bold Tilt </b></i>
<strong> Bold text </strong>
<em> Italic text </em>
<H1>H1 title <p> haha open space punch clock machine to the third haha open space punch clock machine to the third lesson dozen haha open space punch clock machine to the third lesson dozen haha open space punch clock machine machine to the third lesson dozen haha open space punch clock machine to the third lesson dozen haha open space punch clock machine to the third lesson dozen haha open space punch clock machine to the first Three-course Punch </p>
<p> haha open space punch clock machine to the third haha open space punch clock machine to the third lesson dozen haha open space punch clock machine to the third lesson dozen haha open space punch clock machine machine to the third lesson dozen haha open space punch clock machine to the third lesson dozen haha open space punch clock machine to the third lesson dozen haha open space punch clock machine to the first Three-course Punch </p>
<div><b> slept </b></div>
<div>DIV</div>
<span> text </span>
<span>SPAN</span>
<ol type= "I" >
<li> Shandong </li>
<li> Beijing </li>
<li> Shanghai </li>
</ol>
<ul type= "Square" >
<li> Shandong </li>
<li> Beijing </li>
<li> Shanghai </li>
</ul>
</body>
The page looks as follows:
JAVA Journey one html-base tag