<html>
<head>
<style>
/* Default CSS Values */
u {
text-decoration: underline;
}
</style>
</head>
<body>
<p>A u element is displayed like this:</p>
<u>Some underlined text</u>
<p>Change the default CSS settings to see the effect.</p>
</body>
<!-- Mirrored from www.w3schools.com/cssref/tryit.asp?filename=trycss_default_u by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 05 Jun 2019 13:18:38 GMT -->
</html>