[skip nav] www.ackadia.com
ant worker


« Crash guide to HTML. Lesson 2 - adding lines and indents »

...


    Previous lesson     Back to lesson index     Next lesson




cut----------------------------------------------


<html>
<body>

<br /><br />

To add empty lines, like carriage returns, you use line breaks, as above.
Note I've used "br /" rather that the more common "br"?
This is XHML and backwards compatible with HTML. Saves work in the long run, believe me!

<br /><br />

You can indent using spaces using using an ampersand next to nbsp; as below.

<br /><br />

&nbsp;&nbsp;&nbsp; But don't you overboard. When you are more experienced, there are far better ways to indent

<br /><br />

</body>
</html>


cut----------------------------------------------



See this code running in your browser