HTML/CSS/Text Tags/u
Версия от 09:21, 26 мая 2010; (обсуждение)
"u" Example
<html>
<head>
<title>u element example</title>
</head>
<body>
<p><u>underline</u> and <u>underline</u>.</p>
</body>
</html>
<html>
<head>
<title>u element example</title>
</head>
<body>
<p><u>underline</u> and <u>underline</u>.</p>
</body>
</html>