-
Notifications
You must be signed in to change notification settings - Fork 0
/
tag.html
44 lines (44 loc) · 1015 Bytes
/
tag.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
42
43
44
<!DOCTYPE html>
<html>
<head>
<title>My Frist Webpage</title>
</head>
<body>
<h1>Hello 👋</h1>
<br>
<p>Good morning❤️</p>
<br>
<u>hello</u>
<br>
<p><def><html></html>Hypertext markup language</def></p>
<br>
<progress max="100" value="80"></progress>
<address>jotiba colony,kalewadi</address>
<bdo dir="ltr">Hello</bdo>
<br>
<bdo dir="rtl">Hello</bdo>
<br>
<blockquote>my name is vaishnavi khedkar i am basically from ahilyanagar district and i am persuing E&TC engineerin from parikrama college of engineering
<br>
<b><cite>vaishnavi</cite></b>
</blockquote>
<br>
h<sup>2</sup>0
<br>
<ol type="A">
<li>python</li>
<li>C Programming</li>
<li>Java</li>
</ol>
<br>
<ul type="disc">
<li>python</li>
<li>c programming</li>
<li>java</li>
</ul>
<dl>
<dt>HTML</dt>
<dd>Hypertext markup language</dd>
</dl>
</body>
</html>