Buttons vs. Links - Level 01
Buttons vs. Links
Instructions
Recap: Links
A link should take the user to another page or section of the same page. You can create a link in HTML using the anchor element <a>
. The anchor needs a href
attribute specifying the target URL and a link text that should describe where the link takes the user.
Add a link pointing to a11yphant.com to the page.
index.html
On your computer: Press + m to use the tab key for site navigation.
The editor is loading...