Html

HTML Code Sample

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
  <title>My first styled page</title>
</head>

<body>
<div class="col-md-12">
<!-- Main content -->
<h2>My first styled page</h2>

<p>Welcome to my styled page!
<p>It lacks images, but at least it has style.And it has links, 
even if they don't go anywhere&hellip;</p>
<p>There should be more here, but I don't know what yet.</p>
<!-- Sign and date the page, it's only polite! -->
<address>Made 5 April 2004<br>   by myself.</address>
</div>
</body>
</html>

HTML Block Preview

My first styled page

My first styled page

Welcome to my styled page!

It lacks images, but at least it has style. And it has links, even if they don't go anywhere…

There should be more here, but I don't know what yet.

Made 5 April 2004
by myself.