1. Mobile fonts (Merry):
<marquee> write the words you want to write </marquee>
2, Font bold:
<b> write the words you want to write </b>
3, Font italic:
<I> write the words you want to write </I>
4, the font underline:
<u> write the words you want to write </u>
5, Font deletion line:
<s> write the words you want to write </s>
6, Font enlargement:
<big> write the words you want to write </big>
7, the font superscript:
A word <sup> write the words you want to write </sup>
8, the font subscript:
A word <sub> write the words you want to write </sub>
9, the picture fluttering text effect code: IE does not support
<div class= "Floatime" >
<marquee scrollamount= "One" direction= "Up" behavior= "alternate" height= "500px" >
<marquee scrollamount= "One" behavior= "alternate" width= "300px" >
<p> Floating Text </p>
</marquee>
</marquee>
</div>
Entry-Level HTML things