第二节(文字标记color属性)

来源:互联网 发布:小明避税 知乎 编辑:程序博客网 时间:2024/06/04 23:33
<html>
<head>
<title> 第一课HTML font 文字标记,color属性</title>
</head>
<body>
<font color="red">hello world !</font> <br />
<font color="green">hello world !</font> <br />
<font color="yellow">hello world !</font> <br />
<font color="golden">hello world !</font> <br />
<font color="pink">hello world !</font> <br />
<font color="purple">hello world !</font> <br />
<font color="navy">hello world !</font> <br />
<font color="scarlet">hello world !</font> <br />
<font color="pale">hello world !</font> <br />
<font color="blue">hello world !</font> <br />
</body>
</html>
原创粉丝点击