Learn Create Your Own Split Screen

Next Page

The golden rule of HTML is white space doesn't count.

In other words, whether you use lots of space characters, enter keys, tabs, or whatever else, will have no effect on how things end up looking.

That's why, even though I laid my text out neatly, in the preview it just runs across the screen.

To make something start on a new line, it's not enough to insert a blank line -- I have to insert a special HTML tag to make it happen. That tag is "<p>".

Have a look below, and you can click "Prev" to go back to the previous example and see the difference. Try things yourself. Try inserting a bunch of spaces somewhere, or inserting some new line breaks.