'u' Example : u « Tags « HTML / CSS






'u' Example

    
<html>
<head>
<title>u element example</title>
</head>
<body>
<p><u>underline</u> and <u>underline</u>.</p>
</body>
</html>
    
      
      








Related examples in the same category