h2
font-size:16px
color:red
document.writeln("<style type=\"text\/css\">")
document.writeln("<!--")
document.writeln(" border-top-width: 1px")
document.writeln(" border-left-color: #FF0000")
document.writeln("}")
document.writeln("<table width=\"100%\" height=\"24\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" background=\"\/images\/topbg.gif\" class=\"topbg\">")
document.writeln("href=\".\/Firefox\/index.html\" style='color:red'")
document.writeln(">系统发现您的浏览器存在安全漏洞、强烈推荐您使用 最安全 的浏 览器: FireFox火狐浏览器2.0,从此远离木马,病毒!<\/A><\/div>")
document.writeln("<\/table>")
编程工具
记事本:使用Windows系统自带的记事本可以编辑网页。只需要在保存文档时,以.html为后缀名进行保存即可。
Dreamweaver:它与Flash、Fireworks并称网页三剑客。Dreamweaver是集网页制作和管理网站于一身的所见即所得网页编辑器,它是第一套针对专业网页设计师特别开发的视觉化网页开发工具,利用它可以轻而易举地制作出充满动感的网页。
解决:这样就好了。
Css
<style type="text/css">
.one{
font-size:10px
color:#FF0000
font-weight:bold
}
.two{
font-size:18px
color:#00FF00
text-decoration:underline
}
.three{
font-size:18px
color:#0000FF
text-decoration:overline
}
</style>
Html
<p class="one">加油、努力</p>
<p class="two">加油、努力</p>
<p class="three">加油、努力</p>
呵呵。
每个200宽度,高度30,垂直居中,加粗,字号16px,代码如下:<div style="float:leftwidth:200pxheight:30pxline-height:30pxfont-size:16pxfont-weight:700">时尚</div>
<div style="float:leftwidth:200pxheight:30pxline-height:30pxfont-size:16pxfont-weight:700">美食</div>
<div style="float:leftwidth:200pxheight:30pxline-height:30pxfont-size:16pxfont-weight:700">新闻</div>