-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (32 loc) · 1002 Bytes
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="test.css">
</head>
<body>
<h1>Hello</h1>
<time datetime="19-06-2029">19th june,2029</time>
<bdo dir="rtl">Madiha</bdo>
<br>
<h2>hel <sup>l</sup>o</h2>
<h2 ><abbr title="This is Practice "> Task</abbr></h2>
<label for="pg">progress</label>
<meter id="pg" value="0.5"></meter>
<progress> </progress>
<details>
<summary>
Hello world
</summary>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Nihil veniam alias eligendi quisquam dicta quidem ratione nostrum laudantium totam aspernatur.</p>
</details>
<h1 class="H1">nice to meet ya</h1>
<div class="container">
<div class="box">1</div>
<div class=" box box1">2</div>
<div class=" box box2">3</div>
</div>
</body>
</html>