第八节 html字体的大小和颜色

本是古典 何须时尚 2022-07-12 04:19 370阅读 0赞

字体的大小和颜色

例如:

  1. <html>
  2. <head>
  3. <title>字体的大小和颜色</title>
  4. </head>
  5. <body>
  6. <!--设置字体大小是必须在font标签中 才能有效-->
  7. <h1 align=center><font color="green" face="宋体" size="10"> 标题</font><i>1</i></h1>
  8. <h1 align=center><font>0000</font></h1>
  9. </body>
  10. </html>

发表评论

表情:
评论列表 (有 0 条评论,370人围观)

还没有评论,来说两句吧...

相关阅读