Code
Execute
<
!DOCTYPE
html
>
<
html
>
<
head
>
<
title
>
Wikitechy u tag
<
/title
>
<
/head
>
<
body
>
<
h2
>
HTML u tag with example
<
/h2
>
<
p
>
Welcome to
<
u
>
WIKITECHY WORLD
<
/u
>
.
<
/p
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <head> <title>Wikitechy u tag</title> </head> <body> <h2>HTML u tag with example</h2> <p>Welcome to <u>WIKITECHY WORLD</u>.</p> </body> </html>
Result