tp3 : css
This commit is contained in:
43
R1.02/tp/tp3/src/exercice3.html
Normal file
43
R1.02/tp/tp3/src/exercice3.html
Normal file
@@ -0,0 +1,43 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Pulp fiction</title>
|
||||
<style>
|
||||
body {
|
||||
font-family: serif;
|
||||
}
|
||||
</style>
|
||||
</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>
|
||||
Reference in New Issue
Block a user