This is a paragraph.
This is another paragraph.
<div id="header"></div><div class="content"></div><style>
#header {
background-color: lightblue;
color: white;
text-align: center;
padding: 10px;
}
.content {
background-color: lightgray;
padding: 10px;
}
</style>
<div id="header">
<h1>This is a header</h1>
</div>
Output
This is a paragraph.
This is another paragraph.