当前位置: 首页 > article >正文

CSS 默认值

HTML 元素的 CSS 默认值

下表显示了所有 HTML 元素的默认 CSS 浏览器值。

元素默认的 CSS 值
a:link
  • color: (internal value);
  • text-decoration: underline;
  • cursor: auto;
a:visited
  • color: (internal value);
  • text-decoration: underline;
  • cursor: auto;
a:link:activecolor: (internal value);
a:visited:activecolor: (internal value);
abbrNone.
address
  • display: block;
  • font-style: italic;
areadisplay: none;
articledisplay: block;
asidedisplay: block;
audioNone.
bfont-weight: bold;
baseNone.
bdiNone.
bdounicode-bidi: bidi-override;
blockquote
  • display: block;
  • margin-top: 1em;
  • margin-bottom: 1em;
  • margin-left: 40px;
  • margin-right: 40px;
body
  • display: block;
  • margin: 8px;
body:focusoutline: none;
brNone.
buttonNone
canvasNone.
caption
  • display: table-caption
  • text-align: center;
citefont-style: italic;
codefont-family: monospace;
coldisplay: table-column;
colgroupdisplay: table-column-group
datalistdisplay: none;
dd
  • display: block;
  • margin-left: 40px;
deltext-decoration: line-through;
detailsdisplay: block;
dfnfont-style: italic;
dialogNone.
divdisplay: block;
dl
  • display: block;
  • margin-top: 1em;
  • margin-bottom: 1em;
  • margin-left: 0;
  • margin-right: 0;
dtdisplay: block;
emfont-style: italic;
embed:focusoutline: none;
fieldset
  • display: block;
  • margin-left: 2px;
  • margin-right: 2px;
  • padding-top: 0.35em;
  • padding-bottom: 0.625em;
  • padding-left: 0.75em;
  • padding-right: 0.75em;
  • border: 2px groove (internal value);
figcaptiondisplay: block;
figure
  • display: block;
  • margin-top: 1em;
  • margin-bottom: 1em;
  • margin-left: 40px;
  • margin-right: 40px;
footerdisplay: block;
form
  • display: block;
  • margin-top: 0em;
h1
  • display: block;
  • font-size: 2em;
  • margin-top: 0.67em;
  • margin-bottom: 0.67em;
  • margin-left: 0;
  • margin-right: 0;
  • font-weight: bold;
h2
  • display: block;
  • font-size: 1.5em;
  • margin-top: 0.83em;
  • margin-bottom: 0.83em;
  • margin-left: 0;
  • margin-right: 0;
  • font-weight: bold;
h3
  • display: block;
  • font-size: 1.17em;
  • margin-top: 1em;
  • margin-bottom: 1em;
  • margin-left: 0;
  • margin-right: 0;
  • font-weight: bold;
h4
  • display: block;
  • margin-top: 1.33em;
  • margin-bottom: 1.33em;
  • margin-left: 0;
  • margin-right: 0;
  • font-weight: bold;
h5
  • display: block;
  • font-size: .83em;
  • margin-top: 1.67em;
  • margin-bottom: 1.67em;
  • margin-left: 0;
  • margin-right: 0;
  • font-weight: bold;
h6
  • display: block;
  • font-size: .67em;
  • margin-top: 2.33em;
  • margin-bottom: 2.33em;
  • margin-left: 0;
  • margin-right: 0;
  • font-weight: bold;
headdisplay: none;
headerdisplay: block;
hr
  • display: block;
  • margin-top: 0.5em;
  • margin-bottom: 0.5em;
  • margin-left: auto;
  • margin-right: auto;
  • border-style: inset;
  • border-width: 1px;
html
  • display: block;
  • html:focus
  • outline: none;
ifont-style: italic;
iframe:focusoutline: none;
iframe[seamless]display: block;
imgdisplay: inline-block;
inputNone.
instext-decoration: underline;
kbdfont-family: monospace;
labelcursor: default;
legend
  • display: block;
  • padding-left: 2px;
  • padding-right: 2px;
  • border: none;
lidisplay: list-item;
linkdisplay: none;
mainNone.
mapdisplay: inline;
mark
  • background-color: yellow;
  • color: black;
menu
  • display: block;
  • list-style-type: disc;
  • margin-top: 1em;
  • margin-bottom: 1em;
  • margin-left: 0;
  • margin-right: 0;
  • padding-left: 40px;
menuitemNone.
metaNone.
meterNone.
navdisplay: block;
noscriptNone.
object:focusoutline: none;
ol
  • display: block;
  • list-style-type: decimal;
  • margin-top: 1em;
  • margin-bottom: 1em;
  • margin-left: 0;
  • margin-right: 0;
  • padding-left: 40px;
optgroupNone.
optionNone.
outputdisplay: inline;
p
  • display: block;
  • margin-top: 1em;
  • margin-bottom: 1em;
  • margin-left: 0;
  • margin-right: 0;
paramdisplay: none;
pictureNone.
pre
  • display: block;
  • font-family: monospace;
  • white-space: pre;
  • margin: 1em 0;
progressNone.
qdisplay: inline;
q::beforecontent: open-quote;
q::aftercontent: close-quote;
rpNone.
rtline-height: normal;
rubyNone.
stext-decoration: line-through;
sampfont-family: monospace;
scriptdisplay: none;
sectiondisplay: block;
selectNone.
smallfont-size: smaller;
sourceNone.
spanNone.
striketext-decoration: line-through;
strongfont-weight: bold;
styledisplay: none;
sub
  • vertical-align: sub;
  • font-size: smaller;
summarydisplay: block;
sup
  • vertical-align: super;
  • font-size: smaller;
table
  • display: table;
  • border-collapse: separate;
  • border-spacing: 2px;
  • border-color: gray;
tbody
  • display: table-row-group;
  • vertical-align: middle;
  • border-color: inherit;
td
  • display: table-cell;
  • vertical-align: inherit;
templateNone.
textareaNone.
tfoot
  • display: table-footer-group;
  • vertical-align: middle;
  • border-color: inherit;
th
  • display: table-cell;
  • vertical-align: inherit;
  • font-weight: bold;
  • text-align: center;
thead
  • display: table-header-group;
  • vertical-align: middle;
  • border-color: inherit;
timeNone.
titledisplay: none;
tr
  • display: table-row;
  • vertical-align: inherit;
  • border-color: inherit;
trackNone.
utext-decoration: underline;
ul
  • display: block;
  • list-style-type: disc;
  • margin-top: 1em;
  • margin-bottom: 1 em;
  • margin-left: 0;
  • margin-right: 0;
  • padding-left: 40px;
varfont-style: italic;
videoNone.
wbrNone.

http://www.kler.cn/a/512150.html

相关文章:

  • QLineEdit 在文本发生变更时触发事件几种方式详细说明
  • BUUCTF_Web([GYCTF2020]Ezsqli)
  • Ubuntu 24.04 LTS 通过 docker desktop 安装 seafile 搭建个人网盘
  • python助力WRF自动化运行
  • OpenWrt 中使用 LuCI 界面部署 Docker 镜像
  • Vue3数据响应式原理
  • app测试笔记
  • 【Linux】Linux入门(一) 用户与用户组
  • AI发展困境:技术路径与实践约束的博弈
  • Linux TCP 之 RTT 采集与 RTO 计算
  • leetcode350-两个数组的交集II
  • 速通Docker === 网络
  • 进阶——第十六届蓝桥杯(sscanf的运用)
  • 云原生作业(四)
  • Hadoop美食推荐系统 爬虫1.8w+数据 协同过滤余弦函数推荐美食 Springboot Vue Element-UI前后端分离
  • SQL Server Management Studio 表内数据查询与删除指令
  • 【Grasshopper】【Python】点集排序:带索引的Z字形排序算法
  • Vue实现点击复制文本内容(原生JS实现)
  • Java基础(3)
  • [oeasy]python062_提示符是怎么来的_[词根溯源]prompt_input_输入函数_提示符
  • docker 使用远程镜像启动一个容器
  • 源代码保密技术的工作原理解析
  • WPS PPT中插入实时更新可变的日期
  • 【自己动手开发Webpack插件:开启前端构建工具的个性化定制之旅】
  • 《TikTok归来:机遇与挑战并存》
  • ThinkPHP 8的多对多关联