Li Wu:
Heng Learn to think together, honouring teachers save Thanksgiving. Leaf See root three return to one, rivers the same oneness.
Meekness Conscience Lord, willing to do without regrets to the most bitter. Reading exercises to keep the body and mind, sincere advice and the line and cherish.
Ide:visual Studio 2017
Browser:chrome
Os:win7
Code
<!DOCTYPE HTML><HTML><Head> <MetaCharSet= "Utf-8" /> <Metaname= "Author"content= "Https://www.cnblogs.com/jizuiku"/> <title></title> <style>Div{width:100px;Height:100px; /*block-level labels into inline labels*/Display:inline; }div:nth-child (1){Background-color:LightGreen; }Div:nth-child (2){Background-color:Aquamarine; }Div:nth-child (3){Background-color:DodgerBlue; } </style></Head><Body> <Div>Blog Park</Div> <Div>to the most bitter</Div> <Div>Web Design</Div></Body></HTML>
Effect
Extended
2018-02-11
The following is from the lecture notes accompanying the video tutorials in the Itcast and Itheima video libraries, which are stated here to show gratitude.
<!DOCTYPE HTML><HTML><Head> <MetaCharSet= "Utf-8" /> <Metaname= "Author"content= "Https://www.cnblogs.com/jizuiku"/> <title></title> </Head><Body> <!--block-level elements (block-level) <div> - <!--inline Elements (inline-level) <a>, <strong>, <b>, <em>, <i>, <del>, <s>, & Features of Lt;ins>, <u>, <span> and other inline elements: (1) and adjacent inline elements on one line. (2) High and wide invalid, but the horizontal direction of the padding and margin can be set, the vertical direction of the invalid. (3) The default width is the width of its own content. (4) Inline elements can only hold text or other inline elements. (A special) - <!--Inline block Elements (inline-block) , <input/>, <td> inline block elements feature: (1) and adjacent inline elements (inline Block) on one line, but there is a gap between them. (2) The default width is the width of its own content. (3) Height, line height, margin and inner margin can be controlled. -</Body></HTML>
CSS3 excellent, worth learning.
Learning resources: www.w3cschool.cn + itcast and Itheima video library + Pure Heart.
If you have public resources, can share to me, with your resources to learn also can.
Blog post is to watch the video, into thinking written. It's good that the teacher speaks well. Blog bad, is to give the most bitter not serious.
CSS Basics Display:inline Block-level labels-inline labels Simple example