b tag
big tag
i tag
s tag
small tag
strike tag
tt tag
TAG: u
deprecated 4.0
<u> ... </u>
Available in versions: 3.2
Browser compatibility: Explorer 4, 5 Netscape 4, 6
The
<u>
tag is officially deprecated effective with HTML 4.0. Instead, you are now to use the style sheets
text-decoration
property. However, this tag remains in moderate use on the Internet and is still recognized by all major browsers.
The
<u>
tag causes the designated text to be underlined.
The closing tag is mandatory.
Core attributes:
class
dir
id
lang
onclick
ondblclick
onkeydown
onkeypress
onkeyup
onmousedown
onmousemove
onmouseout
onmouseover
onmouseup
style
title
Attributes
None
Code:
Remember, the default for <u>hyperlinks</u> is to be <u>underlined</u>.
Output:
Remember, the default for
hyperlinks
is to be
underlined
.
Copyright 1999-2001 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information