Pages

Saturday, August 22, 2009

What an <hr /> do? [hint: PUTS A HORIZONTAL LINE on the screen]| WHAT DOES HR TAG DOES?

Output for you to see



This is horizontal tag, It will


This is horizontal tag, again this time written below the tag to show you that because no other tags e.g.
used it doesn't break the line or give space in the tag



Now you can see space between the tag lines
Code for you to copy of the above output

<hr /> This is horizontal tag, It will
<hr />
This is horizontal tag, again this time written below the tag to show you that because no other tags e.g. <br /> used it doesn't break the line or give space in the tag
<hr /> <br />
Now you can see space between the tag lines

Note: Syntax is not <hr /> a space between hr and then back slash. It's just for understanding that you don't need a closing tag. You can avoid it. But it will help you better see your code when you reading your code or amending your code.

No comments:

Post a Comment