Headings & Paragraphs
This recording will go over the basic HTML text elements.
While any text written within the BODY element will render on the page, it will be displayed as unformatted text.
Using HTML text elements provides some basic formating as well as providing semantical meaning and structure. This structure and meaning is important for text readers when dealing with accessibility issues.
In this particular recording we will show the heading element levels 1 thru 6 and the paragraph element.
We will also provide an example of a line break within a paragraph and a horizontal rule which is used to divid sections of a page.
We will start with our HTML Template from the previous lesson.