What's a div?

Hi folks! I realized that I had been using these pages to use for demonstrations, but did not include tutorial steps in all of them. I apologize! I am working on adding in the steps to each of these pages. Come back again soon :)

Div 1
This is a div. This is a div. This is a div. This is a div. This is a div. This is a div. This is a div. This is a div. This is a div. This is a div. This is a div.
Div 2
You can style individual elements of your page within your divs by adding attributes within your tags. (This is also called Inline CSS!)
Div 3
A 'div' is a block element that can be arranged on your webpage. By default, it takes up the entire width of your screen and comes with line breaks before and after.

Div 4
In this 4th div, I've added this text that you are currently reading, as well as an image.
Div 5
Div 6
I have given this individual div a dotted border using Inline CSS (border-style: dotted;)