Hey, I just taught myself CSS...
I don't think I understand the "#" thing.
Code:
#nameofDiv {
properties here
}
Okay, say that is my code. When I go into my code and create a div with the ID of "nameofDiv", it will take on all of the properties as in the CSS code. Right?