<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
<style>
p {
color: #fc0303;
white-space: pre-line;
font-size: 20px;
}
</style>
</head>
<body>
<h1>W3Docs</h1>
<p>
Lorem ipsum, or lipsum as it is sometimes known, is dummy text used in aying out print, graphic or web designs.
</p>
</body>
</html>