Paragraphe
Paragraphe
Paragraphe
Titre
Image
<p>Ma première page</p>
Balise d'ouverture
Balise de fermeture
Contenu
<h1>Ma première page</h1>
<p>Bonjour!</p>
<html> <body> <h1>...</h1> <p>...</p> <p>...</p> <div> <a>...</a> </div> </body> </html>
| <p> | Paragraphe |
| <em> | Italique |
| <strong> | Gras |
| <a href="..."> | Lien |
| <h1>, <h2>, ... | Titres |
| <img src="..."> | Image |
tinyurl.com/ictgirlshtml
<html>
<body>
<p>Bienvenue!</p>
<div>...</div>
<div class="question">
<div>...</div>
<p>Quel est ton nom?</p>
</div>
</body>
</html>
<html>
<body>
<p>Bienvenue!</p>
<div>...</div>
<div class="question">
<div>...</div>
<p>Quel est ton nom?</p>
</div>
</body>
</html>
<html>
<body>
<p>Bienvenue!</p>
<div>...</div>
<div class="question">
<div>...</div>
<p>Quel est ton nom?</p>
</div>
</body>
</html>
Modifiez votre page pour qu'elle ressemble à ça :
| color | Couleur du texte, p.ex. blue |
| background-color | Couleur de fond, p.ex. yellow |
| font-size | Taille de police, p.ex. 16px |
| text-align | Alignement du texte, p.ex. left, right, ou center |
| border | Style de bordure, p.ex. 2px solid red |
Vous connaissez les bases du développement web