Showing posts with label how to give space. Show all posts
Showing posts with label how to give space. Show all posts

Horizontal Line Element

With this tag you can draw Horizontal line under document. Only in special occasion we need to use this one, for example after contact us details.

Format: <HR>

Code:

<HTML>
<HEAD>
<Title> Horizontal Line Element Example</Title>
</HEAD>
<BODY>
    <Address>
        3 Angle Softwares
        Scottsdale, Arizone, 85002
        Phone:1111111111
<HR>
<Address>
</BODY>
</HTML>

Save it, and then run  your program, If you dont know how to save then flow instruction here

Result should be like this 



I hope this will help you to understand, practice it and if you found any problem let me know in comment or email me in srv2013@gmail.com. Feel free to share if it helped you. Best of Luck

Use of   COMMAND

Using this command you can give as much space as you want between text . &nbsp means amrersand next before spave.

Example:

<HTML>
<HEAD>
<TITLE> Example of space between text</TITLE>
</HEAD>
<BODY>
Learn &nbsp &nbsp &nbsp &nbsp HTML &nbsp &nbsp and  &nbsp &nbsp &nbsp make &nbsp &nbsp your own &nbsp &nbsp &nbsp website
</BODY>
</HTML>


&nbs Example





If you do not know how to save your program then please visit another post to save it. That post link is Lets Start



I hope this will help you to understand, practice it and if you found any problem let me know in comment or email me in srv2013@gmail.com. Best of Luck