-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathorderedlist.html
More file actions
77 lines (75 loc) · 2.9 KB
/
Copy pathorderedlist.html
File metadata and controls
77 lines (75 loc) · 2.9 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
h2{
color: blueviolet;
}
</style>
</head>
<body>
<h1 style="color: blue;">welcome to apni kaksha</h1>
<h2>welcome to apni kaksha</h2>
<h3>welcome to apni kaksha</h3>
<h4>welcome to apni kaksha</h4>
<h5>welcome to apni kaksha</h5>
<h6>welcome to apni kaksha</h6>
<hr>
<p>
welcome to apna ghar.
my name is <b>anushka prajapati</b>and I am a <i> young tedx speaker</i>
founder of <u>apna ghar</u>.we help friends across ghar india find right.
</p>
<hr>
<h2>shopping list</h2>
<ul>
<li>milk</li>
<li>biscut</li>
<li>powder</li>
<li>corn flakes</li>
<li>rusk (toast)</li>
<li>brown bread</li>
</ul>
<hr>
<h2>maggie recipe</h2>
<ol type="A">
<li>boil 1 and half cups of water</li>
<li>break the noddle cake in half</li>
<li>add the maggie masala</li>
<li>add some veggies like:-
<ul>
<li>peas</li>
<li>carrot</li>
<li>potatoes</li>
<li>oninos</li>
</ul>
</li>
<li>cook for 2 minutes</li>
<li>aur hamari tasy maggie ab tyaar hai!!</li>
</ol>
<hr>
<a href="https://www.google.com" target="_blank">Google</a>
<a href="page2.html">page 2</a>
<a href="https://drive.google.com/drive/folders/1W2pVyqHdBfUM0dztvVwSB-3Rp7kgMyY5" target="_blank" rel="noopener noreferrer"><h2>Notes</h2></a>
<a href="Notes/Professional Communication"target="_blank">Professional Communication</a>
<br>
<a href="Notes/ch2conversation skills"target="_blank">ch2conversation skills</a>
<br>
<a href="Notes/Professional Communication"target="_blank">Professional Communication</a>
<br>
<a href="Notes/ch2conversation skills"target="_blank">ch2conversation skills</a>
<br>
<a href="Notes/Professional Communication"target="_blank">Professional Communication</a>
<br>
<a href="Notes/ch2conversation skills"target="_blank">ch2conversation skills</a>
<hr>
<img src="s(1)/s(1)" alt="This is an images"width="350" >
<hr>
<video src="ganuji/ganuji"width ="400" controls width ="550" poster ="s(1)/s(1)"></video>
<iframe width="560" height="315" src="https://www.youtube.com/embed/2QR11oDukn4?si=4QwfJj2lg90FGOZL" title="YouTube video player" frameborder="1" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<iframe srcc ="https://www.apnikaksha.com"frameborder="0" width ="560" height="600"></iframe>
</body>
</html>