HTML 是谁发明的
李爵士
HTML 起手应该写什么
<!DOCTYPE html>
常用的表章节的标签
- 标签
h1~h6
- 章节
section
- 文章
article
- 段落
p
- 头发
header
- 脚部
footer
- 主要内容
main
- 旁支内容
aside
- 划分
div
全局属性有哪些
所有标签都有的属性
class
contenteditable
hidden
id
style
tabindex
title
常用的内容标签
-
ol
+li
(ordered list + list item) -
ul
+li
(unordered list + list item) -
dl
+dt
+dd
(description list + term + data) -
pre
(preview) hr
-
br
(break) -
a
(anchor) -
em
(emphasis) strong
code
-
q
(quote) blockquote
网友评论