hello

this is more for myself bc i stupid

This is a link. Links are underlined by default, but I changed that in style.css. You can change the style on this link, or change its style when it's clicked or hovered over. This one is blue unless you hover over it! Cool! The "p" before the "a" means that it only applies to "a" tags inside "p" tags.

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.

We can do the standard text effects for the Prime Geocites Look: bold, italics, underline, colored text, etc. But default blue is ugly. This is much nicer, and you can choose your own hex color values wherever you want.

For pretty much any other HTML tag you might need, look it up on W3Schools.