Search This Blog

HTML NBSP Tag Example

HTML NBSP Tag Example :
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<h2> NBSP ; Tag Example </h2>
<p> This is & nbsp ; Example <br/>
&nbsp;&nbsp;Hello <br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;How are you
<br/>
nbsp ; can create one single space when we use more then one nbsp ; then lot of space we get.
</p>
</body>
</html>

OUTPUT
HTML NBSP Tag Example

No comments:

Post a Comment