-
Notifications
You must be signed in to change notification settings - Fork 0
/
Untitled-1.html
31 lines (28 loc) · 905 Bytes
/
Untitled-1.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>limbo</title>
<link rel="stylesheet" href="vida.css">
</head>
<body>
<h1>un titre de niveau</h1>
<p id="sm"> autre paragraphe font smaller</p>
<p id="lar"> autre paragraphe aussi font larger </p>
<p id="xxs"> un paragraphe font xx-small</p>
<p id="xs">un paragraphe font x-small</p>
<p id="m">un paragraphe font medium</p>
<p id="l">un paragraphe font large</p>
<p id="xxl">un paragraphe font xx-large</p>
<p id="xl"> un paragraphe font x-large</p>
<p id="s"> un paragraphe font small</p>
<div class="div1">
<p >altesse</p>
<p>amparo</p>
<div class="moussa">
<p class="p1">rose</p>
<p>moussa</p>
</div>
</div>
</body>
</html>