on
CSS
- Get link
- X
- Other Apps
HTML Underlined Tag
The <u> tag represent some text that is unarticulated or styled differently from normal text, such as the misspell words and proper names in Chinese text.
The <u> HTML element is the represents a span of inline text which should be rendered in way that indicates that has a non-textual annotation.
<!DOCTYPE html>
<html>
<head>
<title>Underlined Text Example</title>
</head>
<body>
<p>The following word uses an <u>underlined</u> typeface.</p>
</body>
</html>
<!DOCTYPE html>
. <html> ... </html>
<title>Underlined Text Example</title>
. <body>
... </body>
Related Post :- |
Comments
Post a Comment