In this example, two paragraph (<p>
) elements are put in a <div>
.
<div>
<p>
This the first paragraph. The background color of these paragraphs have been
colored to distinguish them from their parent element.
</p>
<p>This is the second paragraph.</p>
</div>
The paragraph(<p>
) elements are block-level by default. That is why they are displayed in block layout:
p {
background-color: #8abb55;
}
See also
display
writing-mode
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.5