HTML5 has a big library of special blocks of text available to use. I only touch on 4 of the more commonly used blocks. In the video you will learn how to code theses blocks of text and what they are best used for. PRE is used for portions of coe that are formatted with line breaks and spaces. BLOCKQUOTE is used for quotations. ADDRESS is used for the website owners address. CENTER is used to center the text between the opening and closing center tags.

Here is an example of the code used in the video.

How to code HTML5