SzabiSch / bootcamp-schedule

0 stars 0 forks source link

HTML&CSS Basics: Navigation #17

Closed codingbootcampseu closed 3 years ago

codingbootcampseu commented 3 years ago

Hints

IDs can be used to create inline navigation within a document.

<a href="#profile">Profile</a>

...

<article id="profile">...</profile>

Example Solution and Comparison

SzabiSch commented 3 years ago

in den letzem Issue schon gemacht