zoukankan      html  css  js  c++  java
  • 字体标记的使用

    <!DOCTYPE html>             
    <html>                         
    <head>                         
      <meta charset="UTF-8">    
      <title>字体标记的使用</title>
    </head>                        
    <body>                        
      <font size="4" color="red" face="隶书">
         武汉轻工大学
      </font>
      <font size="5" color="green" face="黑体">
         数学与计算机学院
      </font>
      <font size="6" color="blue" face="宋体">
         刘兵
      </font>
    </body>                        
    </html>                        

  • 相关阅读:
    01
    py5.30
    py 5.28
    py5.25
    py 5.24
    py 5.22
    py5.21
    py 5.18
    py 5.17
    py 5.16
  • 原文地址:https://www.cnblogs.com/tszr/p/15463326.html
Copyright © 2011-2022 走看看