Thursday, 8 August 2013

HTML b Tag

Introduction:

The HTML b tag is used for specifying bold text.

Example:
<html>
<head>
<title>HTML b Tag</title>
 </head>

<body>
The HTML b tag specifies <b>bold</b> text.

</body>
</html>


No comments:

Post a Comment