xxxxxxxxxx
<html>
<head>
<style>
u {
text-decoration: red wavy underline;
}
</style>
</head>
<body>
<h1>Styling the u element using CSS text-decoration</h1>
<p>The Webmaster is a great place to <u>learn</u> HTML.</p>
</body>
</html>