I’m new at this so thank you in advance to anyone who can help me. My name is Cora and I am desperate to try to figure this out! I am making a navigation bar menu for my website using CSS and can’t figure out how to use a specific link format involved “classes.”
Here is my question. Can you tell me if there is any difference between, or reason why, you would use one or the other of these two link formats in my navigation?
<a href="#" class="#">
<a class="#" href="#">
I am just confused why one begins with ” a href class” and the other begins “a class href”
Are they different? The same? Thank you thank you!