字体

来源:互联网 发布:北京上游网络 编辑:程序博客网 时间:2024/04/30 13:23
<html>
<head>
<title>网站字体</title>
</head>
<style>
font{
/*color:red;字体颜色*/
font-size:30px;/*字体大小*/
font-family:楷体;
}
</style>
<body>
<font color = "#00ff00">伊利丹</font><hr/>
<font color = "#ffff00">萨格拉斯</font><hr/>
<font color = "#ff0033">基尔加丹</font><hr/>
<font color = "#0099ff">阿尔萨斯</font><hr/>
<font color = "#660099">古尔丹</font><hr/>
</body>
</html>
原创粉丝点击