您的位置:首页 > Web前端 > HTML

html表单和超链接的使用

2017-05-15 20:08 92 查看
<html>

<head>

<meta http-equiv="refresh" content="5;url=hello.html">

<title>无标题

</title>

</head>

<body>

<p>

 <a href="#">

 <font size="2" color="#0066FF" face="宋体">

  把百度设为首页 

 </font>

 </a>

</p>

<p>

 <a href="#">

 <font size="2" color="#0066FF" face="宋体">

  加入百度推广

 </font>

 </a>

  | 

 <a href="#">

 <font size="2" color="#0066FF" face="宋体">

  搜索风云榜

 </font>

 </a>

  | 

 <a href="#">

 <font size="2" color="#0066FF" face="宋体">

  关于百度

 </font>

 </a>

</p>

 <font size="2" color="9EB1E9" face="宋体">©2010</font>

 

 <font size="2" color="9EB1E9" face="宋体">Baidu</font>

 <a href="#">

 <font size="2" color="#9EB1E9" face="宋体">

  使用百度前必读

 </font>

 </a>

        <a href="#">

 <font size="2" color="#9EB1E9" face="宋体">

  京ICP证 030173

 </font>

 </a>

</body>  

</html>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  表单 html