基础知识

Posted 萧大师

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了基础知识相关的知识,希望对你有一定的参考价值。

盒子模型 content padding margin border

行内元素 a b span img input strong select label em button textarea
块级元素 div ul li dl dt dd p h1-h6 blockquote
空元素 br meta hr link input img

href 是指向网络资源所在位置 建立和当前元素(锚点)或当前文档(链接)之间的链接,用于超链接
src 是指向外部资源的位置,指向的内容将会嵌入到文档标签所在位置;在请求

 


css 实现垂直剧居中

<div class=""wrapper>
<div class="content"></div>
</div>

<style>
.wrapper{
position:relative;
width:500px;
height:500px;
background-color:#ddd;
}
.content{
position:absolute;
width:200px;
height:200px;
background-color:#eee;
top:50%;
left:50%;
margin-top:-100px;
margin-left:-100px
}
</style>

以上是关于基础知识的主要内容,如果未能解决你的问题,请参考以下文章

HTML基础知识(18)

Vue基础知识

java基础知识有那些

java - [推荐] 面试基础知识漫谈(参考)

python基础知识 04 数学的基础知识

Modbus基础知识