Writing html:
Spacing:
html Browsers will ignore any extra spaces that exist between the tags in your
html
document. You can use this to your advantage by adding spaces and returns to
help you
see your html more clearly.
But, you might want
a break or a return after a sentence. What if you need space.
example>>>
You can use a <p />
paragraph tag. Some tags don't have end tags. Just beginning tags. You still
need to close the tag for Xhtml compliance.
You cannot use a few <p /> tags in a row to make more space.
It doesn't work that way.
example>>>
example>>>
You can also use
a
<br /> or break tag. This can be repeated to make rows
of space. Just like pressing return again and again.
example>>>
Some tags have breaks
already built in (Block-level tags):
<p />,<h1>,<br />,<ul>, and <table>
Some tags don't even
when you might think they should (Inline tags):
<img />,<strong>