Skip to content

Instantly share code, notes, and snippets.

Sélecteur {
Propriété: Valeur;
}
@import url(http://emi.uqo.ca/web/starter/starter.css);
<!doctype html>
<html lang="fr">
<head>
<meta charset="utf-8" />
<title>…</title>
<link rel="stylesheet" href="http://emi.uqo.ca/web/starter/starter.css" />
<link rel="stylesheet" href="styles/styles.css" />
</head>
<body>…</body>
</html>
<!doctype html>
<html lang="fr">
<head>
<meta charset="utf-8" />
<title>…</title>
<link rel="stylesheet" href="styles/styles.css" />
</head>
<body>…</body>
</html>
<a href="#hyperliens">lien interne</a>;
<a href="css">lien local relatif</a>;
<a href="/web/css">lien local absolu</a>;
<a href="http://fr.wikipedia.org">lien externe</a>.
<img src="https://upload.wikimedia.org/wikipedia/commons/9/95/Burning_Yellow_Sunset.jpg" alt="photo de ciel" />
Le <a href="http://fr.wikipedia.org/wiki/Www">World Wide Web</a> est une des applications d’internet.
<ol>
<li>Introduction</li>
<li>Développement</li>
<li>Conclusion</li>
</ol>
<ul>
<li>Pomme</li>
<li>Orange</li>
<li>Banane</li>
</ul>
<!doctype html>
<html lang="fr">
<head>
<meta charset="utf-8" />
<title>Exemple d’article</title>
</head>
<body>
<article>
<header>
<h1>Exemple d’article</h1>