-
Notifications
You must be signed in to change notification settings - Fork 0
/
summery.html
38 lines (32 loc) · 863 Bytes
/
summery.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width>, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1>The summary Elements</h1>
<details>
<summary>HTML</summary>
<ul>
<li>tags</li>
<li>anchor</li>
<li>img</li>
<li>link</li>
<li>frame</li>
<li>text format</li>
</ul>
</details>
<h1>vaishnavi khedkar</h1>
<details>
<summary>software engineer</summary>
<p1>
my name is Vaishnavi Khedkar,i am from shevgaon.
I am persuing my graduation in bachlore of engineering at parikrama college of engineering, daund.
My hobbies are swimming,dancing,surfing internet.
In my family we are two mwmbers my husband and me.
</p1>
</details>
</body>
</html>