当前位置:编程学习 > html/css >>

鄙人今天刚学 html,请问这个css为何体现不出来?

<html> <head> <title>This is my first html program</title> <script type="text/javascript"> <!-- alert("注意合理利用时间"); --> </script> <style="text/css"> <!-- h2{font-size:60px;font-family:"隶书"} --> </style> </head> <body bgcolor="green" > <h2 align=center>Welcome come here!<br> Nice to meet you!</h2> <hr> <h3 align=right>Congratulations!</h3> </body> </html>
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,