文本网页错在哪里?

来源:百度知道 编辑:UC知道 时间:2024/06/17 23:44:14
今天学网页设计,自己编了个文本网页,不知道错在哪里?

如下:
<html>
<title><font size=60></font>
</title>
<head><font size=90 color=red></font>
</head>
<body><font size=60 color=green></font>
</body>
</html>

<html>
<head>
<title>标题</title>
</head>
<body><font size=60 color=green></font>
</body>
</html>

font标签不应该出现在head域中,head域主要是网页的附加头部信息,比如页面描述,页面内容关键字,页面标题,定义或引入一些脚本,定义或引入CSS样式,页面的编码等附加信息