This is a very simple example of how a page could be laid out.
A page can be divided up into several sections – but make sure that it is not too long.
Paragraphs can be used, but sometimes it makes sense just to use a line
break
This lets you start a new line in the middle of a paragraph.
Notice how I use div elements to separate sections – this will make it easier for when I start to use styling, along with the class and id attributes.