html5 学习笔记

来源:互联网 发布:fc存储网络 编辑:程序博客网 时间:2024/06/16 01:40

html5 (HTML+ css + javascript )有很多新的释义,新的标签使用。单标签:声明或者插入,双:包含文本之类的。
写html然后按tab键,补全
ctrl+? 注释
./当前目录
../父目录
../../ 爷爷目录
xxx/子目录
表格:
<table border="1" style="width:300px;color:red">
<thead> </thead>
<tfoot> </tfoot>
<tr>
<th rowspan="4"> </th>
<td colspan="2"></td>
</tr>
</table>

原创粉丝点击