What is <u> tag?

Experience Level: Junior
Tags: HTML

Answer

The <u> tag is used when you want to have certain text underline.

Example
<html>
<head>...</head>
<body>
    <p>
        <u>BetterCoder.io</u>
    </p>
</body>
</html>
Related HTML job interview questions

Comments

No Comments Yet.
Be the first to tell us what you think.