css
<html> <head> <style> p .fancy { color: #f60; background: #666; } </style> </head> <body> <span> <h1 class="fancy">y emphasized </h1> </p> </body> <html>
作者: sunjian_td 发布时间: 2011-11-02
作者: qq23194841 发布时间: 2011-11-02
作者: WOLFS0NG 发布时间: 2011-11-02
<html> <head> <style> p .fancy { color: #f60; background: #666; } </style> </head> <body> <p> <h1 class="fancy">y emphasized </h1> </p> </body> <html>代码是这样的
作者: sunjian_td 发布时间: 2011-11-02
作者: sunjian_td 发布时间: 2011-11-02
HTML code
<html>
<head>
<style>
p .fancy {
color: #f60;
background: #666; }
</style>
</head>
<body>
<p>
<h1 class="fancy">y emphasized </h1>
</p>
</body>
<html>
代……
什么问题
作者: zsx841021 发布时间: 2011-11-02
引用 3 楼 sunjian_td 的回复:
HTML code
<html>
<head>
<style>
p .fancy {
color: #f60;
background: #666; }
</style>
</head>
<body>
<p>
<h1 class="fancy">y emphasized </h1>
</p>
</body>……
作者: sunjian_td 发布时间: 2011-11-02
作者: zsx841021 发布时间: 2011-11-02
引用 5 楼 zsx841021 的回复:
引用 3 楼 sunjian_td 的回复:
HTML code
<html>
<head>
<style>
p .fancy {
color: #f60;
background: #666; }
</style>
</head>
<body>
<p>
<h1 class="fancy">y emphas……
这样是有效果的。。ok
作者: zsx841021 发布时间: 2011-11-02
引用 6 楼 sunjian_td 的回复:
引用 5 楼 zsx841021 的回复:
引用 3 楼 sunjian_td 的回复:
HTML code
<html>
<head>
<style>
p .fancy {
color: #f60;
background: #666; }
</style>
</head>
<body>
<p>
……
作者: sunjian_td 发布时间: 2011-11-02
引用 8 楼 zsx841021 的回复:
引用 6 楼 sunjian_td 的回复:
引用 5 楼 zsx841021 的回复:
引用 3 楼 sunjian_td 的回复:
HTML code
<html>
<head>
<style>
p .fancy {
color: #f60;
background: #666; }
</style……
是啊。。
作者: zsx841021 发布时间: 2011-11-02
引用 9 楼 sunjian_td 的回复:
引用 8 楼 zsx841021 的回复:
引用 6 楼 sunjian_td 的回复:
引用 5 楼 zsx841021 的回复:
引用 3 楼 sunjian_td 的回复:
HTML code
<html>
<head>
<style>
p .fancy {
color: #f60;
backg……
作者: sunjian_td 发布时间: 2011-11-02