Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

<!

DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body style="background-color: lightblue;">
<h1><strong> This webpage is a combination of lists and fonts</strong></h1>
<ul type="dot">
<li style="color: blue; ">Life unfolds beautifully if we learn to</li>
<ol type="a">
<li><em>Ask</em></li>
<li><em>Believe &</em></li>
<li><em>Recieve</em></li>
</ol>
<li><strong>
Magic happens to those who believe in it
</strong></li>
<ol type="a">
<li>Never stop believing in magic</li>
<li>Everything is possible</li>
</ol>
<li><strike>Doubt</strike></li>
<ol type="a">
<li>let the universe find the way for you</li>
<li>doubt will keep you stuck</li>
</ol>

</ul>
<p>Csbce</p>
</body>
</html>

You might also like