How to write titles and paragrahs?
Titles
h3 [pcdata "Hello world"]
There are 6 types of titles: h1, h2, h3, h4, h5 and h6. h1 is the largest and h6 is the smallest.
Pagragraph
p [pcdata "Some text, blah blah blah"]
Required parameter: list containing other elements (Details of available elements).
Optional parameter for attributes "a" (How to set and id, classes or other attributes to HTML elements?).
