HTML总结
2020-03-16 13:58:24 0 举报
AI智能生成
html总结
作者其他创作
大纲/内容
列表、表格、媒体元素
列表<br>
有序列表
无序列表
自定义列表
表格
单元格
行
列
跨行rowspan
跨列colspan
媒体元素
音频audio
视频video
网页的简单布局
header<br>
footer
nav<br>
section
article
aside
iframe内联框架
表单及其应用
表单
form[post/get]
文本框:input type="text"
密码框:input type="password"
单选框:input type="radio"
多选框:input type="checkbox"
按钮:input type="button"
列表框:select option
滑块:input type="range"
搜索框:input type="search"<br>
增强鼠标可用性:label for
提交:input type="submit"
重置:input type="reset"
文本域:textarea name="textarea"<br>
文件域:input type="file"<br>
邮箱验证:input type="email"<br>
url验证:input type="url"
数字验证:input type="number"<br>
表单的应用
隐藏域:hidden
只读:readonly
禁用:disabled
表单的初级验证<br>
提示信息:placeholder<br>
非空判断:required
正则表达式:pattern
自定义邮箱
HTML的基本结构<br>
网页的基本标签
标题标签<br>
段落标签
换行标签
水平线标签
字体样式标签
注释和特殊符号
图像、超链接、网页布局
图像img
超链接
普通超链接
锚链接
功能性链接
邮箱
QQ推广
行内元素和块元素
收藏
0 条评论
下一页
为你推荐
查看更多