<head>
<style>
h2 {text-decoration:overline; color: #de7533}
h3 {text-decoration:line-through; color : #08478a}
h4 {text-decoration:underline; color : green}
p.uppercase {text-transform:uppercase; color :#57033d}
p.lowercase {text-transform:lowercase; color :#ba8509}
p.capitalize {text-transform:capitalize; color : #5e0408}
</style>
</head>
<body>
<h1 style="text-align:center;">This is my page </h1>
<h2>There is still hope.</h2>
<h3>Strike through obstacles</h3>
<h4>Keep going</h4>
<p class="uppercase">Let us then be up and doing, with a heart for any fate</p>
<p class="lowercase">Still achieving, still pursuing</p>
<p class="capitalize">Learn to labour and to wait.</p>
</body>
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.