Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
<style>
h1.example {
float: left;
font-size: 28px;
color: #0d50bd;
font-weight: bold;
margin: 10px 0px;
}
h1.example + p {
clear: both;
}
</style>
</head>
<body>
<h1 class="example">Lorem Ipsum</h1>
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting
industry. Lorem Ipsum has been the industry's standard dummy text
ever since the 1500s, when an unknown printer took a galley of
type and scrambled it to make a type specimen book.
</p>
</body>
</html>