Links - Level 01
Links
Instructions
In HTML, you can create hyperlinks using the anchor element <a>
. This element accepts a href
attribute that defines the URL the link points to. Furthermore, an anchor element should always contain meaningful text describing where the link takes the user.
Do not use the word "link" as part of the link text, as this is redundant information for screen readers. Also, do not capitalise the text within the HTML, as a screen reader will read it letter by letter.
Add a link pointing to https://www.w3.org to the page.
index.html
On your computer: Press + m to use the tab key for site navigation.
The editor is loading...