Search This Blog

HTML Strong Text Tag Example

HTML Strong Text Tag Example :
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<center>
<h2> Strong Text Tag Example </h2>
<p> by < strong > tag we can display any text to bold in a webpage.</p>
<strong> Welcome to html scripting language just like a Bold tag </strong>
</center>
</body>
</html>

OUTPUT
HTML Strong Text Tag Example

No comments:

Post a Comment