HTML Infos : link

Description

Link to another resource

Doctypes

Examples

<html>
    <head>
        <title>Document title</title>
        <link rel="stylesheet" type="text/css" href="style.css"/>
    </head>
    <body>
        <h1>My page</h1>
        <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</p>
    </body>
</html>
English | Français