02.the display property
div is the standard block-level element. A block-level element starts on a new line and stretches out to the left and right as far as it can. Other common block-level elements are p and form, and new in HTML5 are header, footer, section, and more.
Here is another example for test purposes
And this is a final paragraph. We will conduct some experiments in hiding and showing these paragraphs.