The use of tag in Html

巴扎黑
Release: 2017-06-27 09:44:39
Original
2574 people have browsed it

Usage of <##font> tag in Html
<!doctype html><html lang="en">
 <head>
  <meta charset="UTF-8">
  <meta name="Generator" content="EditPlus">
  <meta name="Author" content="">
  <meta name="Keywords" content="SEO的关键词">
  <meta name="Description" content="这是描述">
   <meta http-equiv="refresh" content="360;URL=http://demo.mycodes.net/moban/cnit_team/">
  <title>这是一个HtmlDemo</title>
 </head>
 <body>
 <hr color="green">
  <font size="1">再牛的肖邦,也弹不出哥的忧伤</font><br>  
  <font size="2" color="red">再牛的肖邦,也弹不出哥的忧伤</font><br>
  <font size="3"  color="blue">再牛的肖邦,也弹不出哥的忧伤</font><br>
  <font size="4"> 再牛的肖邦,也弹不出哥的忧伤</font><br>
  <font size="5">再牛的肖邦,也弹不出哥的忧伤</font><br>  
  <font size="6" color="red">再牛的肖邦,也弹不出哥的忧伤</font><br>
  <font size="7"  color="blue"> <b>再牛的肖邦,也弹不出哥的忧伤</b></font><br>
  <hr color="black">
 
 </body></html>
Copy after login

--------- ------------------

------------------

The above is the detailed content of The use of tag in Html. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template