Hi ZhangBo,
下面是我用来测试的一段HTML文件,可以用来实现换行,设置字体大小,字体颜色。
因为我对HTML语言也不是很熟,所以其他几个功能你可以到相关HTML的论坛去问下怎么写的。
代码:
<font color=red size=10><b>the first line </b></font>
<p><font color=black size=6> the second line</b></p>
<p><font color=blue size=6><b> the second line</b></font></p>
效果:
the first line
the second line
the third line