Cours en Devlopement Informatique

  • HTML CSS

strong / em / mark



<strong> ... </strong> : en gras

 

<!DOCTYPE    html >
<html >
<head >
<title > Première  page  HTML </title >
<meta    charset=   " utf-8 " >
</head >
<body >
<h1 > Le  langage  HTML </h 1 >
<!- - Strong indique un texte très important -- >
<p >
HTML    signifie  <strong > Hyper Text  Markup  Language </strong > .  Ce langage est utilisé pour marquer sémantiquement un contenu.
</p >
</body >
</html >

<em> ... </em> : italique

<mark> ... </mark> : surligné en jaune

Ajouter un commentaire

Veuillez vous connecter pour ajouter un commentaire.

Pas encore de commentaires.