I'm getting bored of all these paragraphs that look the same. Good thing we can change the style of an individual paragraph.
Or we can change the styling of multiple paragraphs
by assigning them to a common "class".
Padding changes the amount of space between the inside of the tag and whatever you put inside it, like this.
The margin changes the amount of space between the outside of the tag and whatever's outside it, like this.
You can also change exactly how any of these pre-made tags look the same way we changed the "p" tags.
Because I styled the "body" tag to center everything, all the images are in the center. But we can change that if we want. We can even have an image in with the text, where the image sits to the side and the text wraps around! How cool is that?
The "clear" tag in this "span" down here resets the rest of the images below it to sit in the center like normal.
For pretty much any other HTML tag you might need, look it up on W3Schools.