<ul>
<ol> <li></li></ol></ul>
<ol><li></li></ol>
定义列表
<dl> Definition List注释与特殊符号
<dt> 标记定义主题 ---无 /dt 标记
<dd> 标记定义内容 ---无 /dd 标记</dl>
<!-- 注释内容 -->
注释可以加入条件,让IE浏览器根据注释内容进行条件判断,而其他浏览器(Firefox/Opera/Safari/Chrome)只会把IE注释当做普通的HTML注释进行处理。IE条件注释建议放在<head>与</head>标记内。
<!--[if IE]> 只有IE才会执行这里的语句<![endif]-->
<!--[if lt IE 9]> IE 9以下的版本才会执行这条语句 <![endif]-->
因为只有IE9以上版本才支持HTML5,所以可以用如下Javascript代码来弥补:
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<!--[endif]-->
特殊符号:
©
< little than
> great than
" 引号
& &
半角空格