« Crash guide to HTML. Lesson 2 - adding lines and indents »
...
|
<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 /> But don't you overboard. When you are more experienced, there are far better ways to indent <br /><br /> </body> </html> See this code running in your browser |



