Content Elements - Level 07
Content Elements
Instructions
To link to other resources, for example another website, you can use the <a>
element. You can specify the target of your link using the `href` attribute. Inside the link element you should always add a descriptive text.
Use links only for navigating to another page or website. If you want to trigger an on click action, use a <button>
element instead.
Create a link to one of your favourite dog or cat resources.
index.html
On your computer: Press + m to use the tab key for site navigation.
The editor is loading...