Search This Blog

HTML Bold Tag Example

HTML Bold Tag Example :
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<center>
<h2> Bold Tag Example </h2>
<p> by < b > tag we can <b>bold</b> any word, character and paragraph </p>
</center>
</body>
</html>

OUTPUT
HTML Bold Tag Example

No comments:

Post a Comment