<!DOCTYPE html>
<html>
<head>
<title></title>
<style type="text/css">
p.p1 { text-decoration: underline ; }
p.p2 { text-decoration: line-through; }
p.p3 { text-decoration: overline; }
p.p4 { text-decoration: overline underline; }
p.p5 { text-decoration: overline underline line-through; }
</style>
</head>
<body style="padding: 20px;">
<p class="p1">Deck the halls</p>
<p class="p2">With boughs of holly</p>
<p class="p3">Fa la la la la, la la la la</p>
<p class="p4">'Tis the season to be jolly</p>
<p class="p5">Fa la la la la, la la la la</p>
</body>
</html>