“Link zum Abschnitt auf Seite HTML” Code-Antworten

HTML Ein Link zum Abschnitt auf Seite

<!--1. create link tag with href containing "[#][section to direct] with name-->
<a href = #about-section>About</a>

<!--2. create identifier for the section you would like to navigate to with "id" = name-->
<section id = "about-section"> <h1>This is the about section</h1> </section>

Courageous Chinchilla

Link zum Abschnitt auf Seite HTML

<!-- #top is the ID of the div where u wanna link to -->
<a href="#top">Go back to the top!</a>

<div id="top"></div>
Andrew Lautenbach

Ähnliche Antworten wie “Link zum Abschnitt auf Seite HTML”

Fragen ähnlich wie “Link zum Abschnitt auf Seite HTML”

Weitere verwandte Antworten zu “Link zum Abschnitt auf Seite HTML” auf HTML

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen