ID vs Class in HTML
Go to solution
Solved by DimasRMDO,
Each element can only have one ID, with each page having only one element with that ID.
Multiple elements can have the same class, and elements can have multiple classes.
Kinda confusing, it just changes what you're manipulating.
Well these help me at least, thank you!
Still trying to figure things out, but these give me some clues.

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now