HTML/CSS/Text Tags/u

Материал из Web эксперт
Перейти к: навигация, поиск

"u" Example

   <source lang="html4strict">
   

<html> <head> <title>u element example</title> </head> <body>

underline and underline.

</body> </html>


     </source>