Use of bold,strong,italic,emphasize,underline in HTML

<!DOCTYPE html>
<head> <title> basic html programs </title></head>
<body>
<b> the text is bold </b>
<br>
<strong> the text is bold </strong>
<br>
<i> the text is italic </i>
<br>
<em> the text is emphasized </em>
<br>
<u> the text is underlined </u>
</body>
</html>

Output :
More Tutorials  Use of bold,strong,italic,emphasize,underline in HTML