Files
web_2025/R1.02/tp/tp3/correction/ex3.html
2025-12-03 14:04:41 +01:00

41 lines
631 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Pulp fiction</title>
<link rel="stylesheet" href="css/style3.css" type="text/css" media="screen">
</head>
<body>
<h1>Uuummmm, this is a tasty burger!</h1>
<p>
Yeah, I like animals better than people sometimes...
</p>
<p>
Especially dogs.
</p>
<article>
<h2>We happy?</h2>
<p>
Dogs are the best.
</p>
<div>
<p>
And the good thing about dogs...
</p>
<p>
is they got different dogs for different people.
</p>
</div>
</article>
<p>
Give me... Raoul.
</p>
<p>
Right, Omar? Give me Raoul.
</p>
</body>
</html>