The Division Tag

Similarly to a paragraph <p> tag, the division <div> tag is a container. It allows you to contain text within the body of your page and still validate strict (assuming that there are no other errors within your page). The text that you are seeing currently lives between an open and close division tag. Now let's learn about how they differ from paragraph tags. To test something, I am going to end my first div here.
This is the begining of my second division. Do you see it yet? Let's close my second division here.
This is the beginning of my third division.
This is the beginning of my four division.
This is the beginning of my fifth division. What you should be noticing is that the division is acting like a single break <br /> tag in the sense that it is not leaving a blank space between divisions.

This text is contained within a paragraph. Now do you see it?