Course
summary


    0 chapters available

Loading...

Create your website with HTML and CSS

Difficulty: Beginner ● Progress: 0 / 0 modules completed

Links

A hyperlink is simply a clickable piece of text that can redirect to a web page, that's all. So to add a link, you just need to use the <a> tag (for "anchor"):

<p>
    Je suis un paragraphe avec <a href="https://wikipedia.org">un lien vers Wikipédia</a>
</p>

You need a free account to read this module