Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
<style>
body {
text-align: center;
}
h1 {
color: #000000;
}
div {
white-space: pre;
}
</style>
</head>
<body>
<h1>W3Docs</h1>
<div>
Example
Example
</div>
</body>
</html>