Click

Saturday, September 3, 2011

Learn the
Line Breake Tag space tag!!


Hello, How are you all Hope all is ok!! So today I will introduce you Line break tag <br> and space <&nbsp> In this both tag no need to close like no need to use </br> or </&nbsp> .ok lets move to know how we can use it.
Write the code in your notepad

<html>
<head>
<title> learning HTML</title>
</head>
<body>
<h1>Hello</h1p

<h3>we are learning line break and space <br>Look Break</h3>
      Look No space<br>
&nbsp&nbsp Look Now here is now space

</body>
</html>

we will save the as a HTML file and open the code in our Internet Explore to know how please visit the link:: http://makeyourwebpage.blogspot.com/2011/08/save-your-code-by-web-page-and-open.html 

Image::
Step1:


Step2:


Step3:

Step4::
Out put::