In reference to the anchor (a) element, the proper syntax is…
<a href='https://freecodecamp.org'></a>
Why is the opening (a) element ‘<a’ instead of ‘’?
In reference to the anchor (a) element, the proper syntax is…
<a href='https://freecodecamp.org'></a>
Why is the opening (a) element ‘<a’ instead of ‘’?
All HTML tags start with <
and end with >
.