|Home|Knowledge|Economic&M|Technology|English|PCFAQ|Read|Society|Football|Writing|Campus|TagS

 Placard

加载中...

Category
加载中...
Calendar
加载中...
Latest Entries
加载中...
Latest Comments
加载中...
Last Messages
加载中...
Links
Information
加载中...
Search
Other

          人生没有彩排,每天都是现场直播! 

  对 HTML 进行格式化
 

如何使用添加到 <head> 部分的样式信息对 HTML 进行格式化

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<meta http-equiv="Content-Language" content="zh-cn" />
</head>

<head>

<style type="text/css">
h1 {color: red}
h3 {color: blue}
</style>

</head>

<body>
<h1>这是 header 1</h1>
<h3>这是 header 3</h3>
</body>

</html>


这是 header 1

这是 header 3


<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<meta http-equiv="Content-Language" content="zh-cn" />
</head>

<body>

<a href="/index.html" style="text-decoration:none">
这是一个链接!
</a>

这是一个链接!


 

阅读全文 | 回复(0) | 引用通告 | 编辑   

  Post  by  醉无心 发表于 2008-10-12 17:05:00
  • 标签:html 
  • 发表评论:
    加载中...

    Google

     

    Power By 加载中...

    Powered by Oblog.