Please enable JavaScript.
Coggle requires JavaScript to display documents.
HTML (格式 (计算机代码块相关 (code 表现一样, samp, kbd 表现一样, var 表现都一样), 引用 (cite, q,…
HTML
格式
计算机代码块相关
code
表现一样
samp
kbd
表现一样
var
表现都一样
引用
cite
q
blockqoute
删除线、下划线
del
s
u
字体格式设置
b
i
强调
em
表现都是斜体
strong
表现都是加粗黑体
上下标
sub
sup
文字方向
bdo
bdi
折行
br
wbr
进度条、度量衡
progress
meter
注音
ruby
rt(要添加的音节放在rt里)
嵌套使用
标题
h1……h6
段落
p
缩写
abbr
地址
address
水平线
hr
定义插入文本
ins
预格式文本
pre
时间
time
表单
input标签
accept
type
file
#
image
#
#
#
#
#
#
#
#
submit
#
#
#
#
checkbox
#
radio
#
alt
formaction
formmethod
formtarget
width
height
src
checked
其他属性
autofocus
disabled
form
formnovalidate
list
max
maxlength
min
multiple(适用于type为file和email)
name
pattern
placeholder
readonly
required
size
step
value
autocomplete(不是所有类型都适用)
formenctype
form
accept-charset
action
autocomplete
entype
novalidate
name
target
method
option
#
value
selected
textarea
主要属性
cols
rows
placeholder
wrap
button
主要属性
type
value
optgroup
#
label(此label是属性)
label(此label是标签)
for
select
fieldset
legend
#
datalist(通过id引用)
output
样式/节
style
type
media
scoped
details
open
dialog
open
div
span
summary
为details定义一个可见的标题
article
header
footer
aside
section
表格
th
rowspan
colspan
scope
headers
td
rowsapn
colspan
headers
table
boarder
col
span
tr
caption
thead
tbody
tfoot
colgroup
列表
ol
type(不推荐)
start(不推荐)
reserved
ul
li
dl
dt
dd
menu(暂时不支持)
command(暂时不支持)
图像
img
7个属性
width
height
src
alt
ismap
usemap
crossorigin
map
#
name属性
area
#
4个常用属性
shape
coords
href
alt
canvas
figure
figcaption
程序
script
charset
#
async
defer
#
src
type
embed
width
height
src
type
object
width
height
data
param
#
name
value
noscript
媒体
video
width
height
poster
autoplay
muted
loop
controls
src
preload
audio
autoplay
controls
muted
loop
src
preload
auto
metadata
none
source
src
type
media 规定媒体资源的类型,供浏览器决定是否下载。(暂时不用管)
track
链接
a
#
3个常用属性
href
download
target
link
主要属性
type
rel
href
sizes(rel="icon")
nav
元信息
meta
#
charset
http-equiv
name
content
head
能放在head标签里的标签
link
title
script
noscript
style
meta
base
base
#
2个属性
href
target
框架
iframe
7个属性
width
height
src
srcdoc
sandbox
seamless
HTML
manifest