Normat text <u>This is underline text</u>. Normal text again
<style>
u {
font-size: 40px;
color:red;
}
</style>
<html>
<head>
<title></title>
<style>
u {
font-size: 40px;
color:red;
}
</style>
</head>
<body>
Normat text <u>This is underline text</u>. Normal text again
</body>
</html>