-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCSS2.HTML
40 lines (37 loc) · 1.24 KB
/
CSS2.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
32
33
34
35
36
37
38
39
40
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>CSS TUTORIAL</title>
<link rel="stylesheet" type="text/css" href="css5.css">
</head>
<body>
<p id="hi">
<p id="hema"> i am with you i need you for my side forever</p>
<p id="teju"> we will together </p>
</p>
<ol>
<li id="hover">hema</li>
<li id="italics">arpita</li>
<li id="smallcap">suhanio</li>
<li id="italics">pranati</li>
<li id="normal">diksha</li>
<li id="smallcap">divya</li>
<li id="normal">bhawna</li>
</ol>
<ul>
<li id="hyr">tena</li>
<li id="is">arpi</li>
<li id="sma">ayus</li>
<li id="tyu">wai</li>
<li id="no">dia</li>
<li id="bby">buna</li>
<li id="lv">shuli</li>
</ul>
<footer>
<! i will definently complete this coursse>
<small>this will display small</small>
</footer>
</head>
</body>
</html>