-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhomework.html
More file actions
33 lines (33 loc) · 798 Bytes
/
homework.html
File metadata and controls
33 lines (33 loc) · 798 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>gursangat singh</title>
</head>
<body>
<h1>WELCOME 2020</h1>
<h2> I am learning html</h2>
<p> WELCOME GURSANGAT </p>
<p> kaise ho bhaisaaab??? </p>
<p> Iam <strong>strong</strong> </p>
<p>for italics <em>do this</em></p>
<!-- for italcs em is used
for bolding strong is used
for main heading h1 is used -->
<strong> <em> <p> New chapter list and comments </p> </em> </strong>
<ol>
<li> add sugar</li>
<li>add dhania</li>
<ol>
<li> buy dhania and add</li>
</ol> <li> add salt</li>
</ol>
<!-- UNORDERED LIST-->
<p> UNORDERED LIST </p>
<ul>
<li>ingredients </li>
<li> add anything </li>
</ul>
</body>
</html>