Outils pour utilisateurs

Outils du site


html

Ceci est une ancienne révision du document !


HTML

L'HTML est le langage qui structure les pages web.

<!DOCTYPE html>
<html>
	<head>
		<title>Récapitulatif</title>
	</head>
	<body>
		<p style="font-size:20px; color:blue; font-family: Arial">Un paragraphe absolument incroyable !</p>
	</body>
</html>
html.1451736943.txt.gz · Dernière modification : 2020/08/09 12:59 (modification externe)