H5的东东

一、快捷键

1、ul > li * 5  : 5行列表,tab切换li

2、!+ tab : H5基本格式

3、table > tr * 5 > td * 2 > {item $} : 5行2列表格

4、select > option * 5  : 可选列表

二、其他

1、定义列表:dl -> dt -> dd ,dt通常放图片,做图文混排

2、文件上传必须post,加上enctype="multipart/form-data"(以附件形式提交表单数据),加上action和method才能将文件提交到服务器

3、href = “#top” 锚点顶部,href = “index.html”回到指定页面锚点

4、a标签分为页面链接,锚链接,功能性链接

你可能感兴趣的:(H5的东东)