Vous êtes sur la page 1sur 1

<!

DOCTYPE html>
<html>
<head>
<style>
h1 {
color: green;
}
</style>
<link rel="stylesheet" type="text/css" href="mystyle.css">
</head>
<body>
<h1>This is a heading</h1>
<p>The style of this document is a combination of an external stylesheet, and in
ternal style</p>
</body>
</html>

Vous aimerez peut-être aussi