html语言的老师们请过来看下俺的手写代码,不知道合格不?

来源:百度知道 编辑:UC知道 时间:2024/05/25 17:44:43
各位高手,大家好:
小弟今天手写了一段html代码,可不知格式写的对不对,所以想请各位高手阅览一下,如果有错误,那么还请高手指出正确的写法,小弟将感激不尽……
html代码为:
<html>
<head>
<title>滚动图片效果</title>
<meta http-equiv="content-type" content="text/html;charset=gb2312">
<meta name="keywords" content="滚动 图片 效果 超炫 游戏">
<meta name="author" content="葛军">
<meta name="copyright" content="版权归灰鸽子工作室所有 all rights.">
<meta name="generator" content="notepad">
</head>
<body bgcolor=rgb(0,0,0)>
<marquee scrolldelay="100" direction="left" onmouseover="this.stop()" onmouseout="this.start()" scrollamount="10" behavior="alternate" width="100%" height="80" bgcolor="0,0,255">
<img src="5mszb_21.jpg" alt="我的" width=&quo

写得挺好的.
META没什么用,写起看起来挺专业的呵呵
DIR MENU没用过

haohaohao

这个格式很好,网站上一般没用到name="author" name="copyright" name="generator" 只用到name="keywords"和name="description"

好的呢~
meta那些东西 现在也用处不大
baidu google都不太信那个了...
菜单一般网站要么就用JS写 要么就用<li></li>然后用CSS改
你说的第dir menu
反正我是没用过...