html頁面公共樣式有哪一些
發(fā)表時間:2024-05-07 來源:明輝站整理相關(guān)軟件相關(guān)文章人氣:
[摘要]這次給大家?guī)韍tml頁面公共樣式有哪些,使用html頁面公共樣式的注意事項有哪些,下面就是實(shí)戰(zhàn)案例,一起來看一下。body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td...
這次給大家?guī)韍tml頁面公共樣式有哪些,使用html頁面公共樣式的
注意事項有哪些,下面就是實(shí)戰(zhàn)案例,一起來看一下。
body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select {
margin: 0;
padding: 0;
}
* {
box-sizing: border-box;
}
table{
border-collapse:collapse;
}
body {
font-family: "Microsoft YaHei";
}
ul, li {
list-style: none;
}
a {
text-decoration: none;
color: #232323;
}
input, textarea {
outline: none;
box-shadow: none;
}
textarea {
resize: none;
overflow: auto;
}
.clearfix {
zoom: 1;
}
.clearfix:after {
content: ".";
width: 0;
height: 0;
visibility: hidden;
display: block;
clear: both;
}
.fl {
float: left
}
.fr {
float: right
}
.tl {
text-align: left;
}
.tc {
text-align: center
}
.tr {
text-align: right;
}
.ellipse {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
相信看了這些案例你已經(jīng)掌握了方法,更多精彩請關(guān)注php中文網(wǎng)其它相關(guān)文章!
相關(guān)閱讀:
HTML文本格式化的實(shí)例詳解
html的特殊字符-css3 content:"特殊符號"應(yīng)該如何使用
Html網(wǎng)頁表格結(jié)構(gòu)化標(biāo)記該如何使用
以上就是html頁面公共樣式有哪些的詳細(xì)內(nèi)容,更多請關(guān)注php中文網(wǎng)其它相關(guān)文章!
網(wǎng)站建設(shè)是一個廣義的術(shù)語,涵蓋了許多不同的技能和學(xué)科中所使用的生產(chǎn)和維護(hù)的網(wǎng)站。