This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sélecteur { | |
Propriété: Valeur; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@import url(http://emi.uqo.ca/web/starter/starter.css); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang="fr"> | |
<head> | |
<meta charset="utf-8" /> | |
<title>…</title> | |
<link rel="stylesheet" href="styles/styles.css" /> | |
</head> | |
<body>…</body> | |
</html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<img src="https://upload.wikimedia.org/wikipedia/commons/9/95/Burning_Yellow_Sunset.jpg" alt="photo de ciel" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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>. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Le <a href="http://fr.wikipedia.org/wiki/Www">World Wide Web</a> est une des applications d’internet. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ol> | |
<li>Introduction</li> | |
<li>Développement</li> | |
<li>Conclusion</li> | |
</ol> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ul> | |
<li>Pomme</li> | |
<li>Orange</li> | |
<li>Banane</li> | |
</ul> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang="fr"> | |
<head> | |
<meta charset="utf-8" /> | |
<title>Exemple d’article</title> | |
</head> | |
<body> | |
<article> | |
<header> | |
<h1>Exemple d’article</h1> |
NewerOlder