0% found this document useful (0 votes)
2 views1 page

Gestion de la couleur en HTML

The document is an HTML page with a title, meta tags, links to CSS and font files, and two paragraphs with different classes.

Uploaded by

kevissadmad
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views1 page

Gestion de la couleur en HTML

The document is an HTML page with a title, meta tags, links to CSS and font files, and two paragraphs with different classes.

Uploaded by

kevissadmad
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

<!

DOCTYPE html>
<html>
<head>
<title>une premiere page html</title>
<meta charset="utf-8">
<link rel="stylesheet" href="[Link]">
<link href='[Link]
rel='stylesheet' type='text/css'>
</head>
<body>
<h1>Gestion de la couleur</h1>
<p class="p1">Un paragraphe</p>
<p class="p2">Deuxième paragraphe</p>
</body>
</html>

You might also like