今天就学习课程吧!
今天就开通帐号,24,700 门业界名师课程任您挑!
Inline, block, and display
- As we've been building out our projects and doing CodePen examples, you may have noticed that HTML elements are arranged in certain ways. For example, why do links line up side by side while headings and paragraphs stack on top of each other? That's because every HTML element falls into two categories, block or inline, which determine how they occupy space on the page. Block elements are the same height as the content contained between their tags, but they span the entire width of their containing element even if the content itself does not. This is why block elements always start on a new line. Most elements are block elements. Some commonly used ones are paragraphs, headings and sectioning elements like article and section. Inline elements are the same size as their content. They're also displayed in a line, side by side starting from the left. The elements will wrap to the next line only if the content can't fit on the…
随堂练习,边学边练
下载课堂讲义。学练结合,紧跟进度,轻松巩固知识。
内容
-
-
-
-
-
Intro to the CSS box model58 秒
-
(已锁定)
The box model properties3 分钟 44 秒
-
(已锁定)
Box-sizing and the box model fix4 分钟 23 秒
-
(已锁定)
Inline, block, and display4 分钟 39 秒
-
(已锁定)
Project: Footer styles and icons4 分钟 4 秒
-
(已锁定)
Debugging with developer tools5 分钟 6 秒
-
(已锁定)
Managing box model quirks4 分钟 2 秒
-
(已锁定)
Project: Background image update3 分钟 23 秒
-
(已锁定)
Using negative margin values2 分钟 42 秒
-
(已锁定)
Center aligning with margin3 分钟 42 秒
-
(已锁定)
Project: Adding content wrappers4 分钟 44 秒
-
(已锁定)
Project: Adding a header image5 分钟 56 秒
-
-
-
-
-
-