-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbasic_code.html
41 lines (39 loc) · 1.14 KB
/
basic_code.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
41
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit.<br> Sapiente veniam voluptatum maiores! Nesciunt, quia incidunt autem culpa officia voluptas placeat!</p>
<h1>heading1</h1>
<h2>heading2</h2>
<h3>heading3</h3>
<h4>heading4</h4>
<h5>heading5</h5>
<h6>heading6</h6>
<pre>dhfbhfjbfhjsf nfjsdfds dsfsdjfnsdjfsd nds sf dsfds jfdsf dsfsd fds
sdfdsfds fdsfsdf
</pre>
<marquee>Hello People</marquee >
<h1>font style</h1>
<p> <b>Lorem, ipsum.</b></p>
<P><i>Lorem, ipsum dolor.</i></P>
<p><u>Lorem.</u></p>
<p><s>Lorem ipsum dolor sit.</s></p>
<p><big>Lorem ipsum dolor sit amet.</big></p>
<p><small>Lorem ipsum dolor sit.</small></p>
<p>h <sub>2</sub></p>
<p>h <sup>2</sup></p>
<p></p>
<list>
<ul>
<li>naresh
</li>
<li>kumar</li>
</ul>
</list>
</body>
</html>