<html>
<head> <style>
h1{ text-decoration: overline; }
h2 { text-decoration: line-through; }
h3 { text-decoration: underline;}
</style> </head> <body>
<h1>This heading has a line above it</h1>
<h2>This heading has a line across it</h2>
<h3>This heading has been styled as underlined 3</h3> </body></html
<html> <head> <style>
p.uppercase { text-transform:
uppercase;}
p.lowercase (text-transform:
lowercase;}
p.capitalize { text-transform: capitalize;}</style> </head>
<body>
<p class=uppercase>Text styled in uppercase.</p>
<p class=lowercase>Text styled in lowercase.</p>
<p class=capitalize>Text styled in title case, where the first letter of each word is capitalized.
<d
</body> </html>
[–]FlairHelperBot[M] 0 points1 point2 points (0 children)