-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsemanti_tags.html
More file actions
27 lines (25 loc) · 1.42 KB
/
semanti_tags.html
File metadata and controls
27 lines (25 loc) · 1.42 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HTML Semantic Tags</title>
</head>
<body>
<h3>SEMANTIC ELEMENTS</h3>
<details>
<summary>I have keys but no doors. I have space but no room. You can enter but can’t leave. What am I?
A keyboard.
I have keys but no doors. I have space but no room. You can enter but can’t leave. What am I?
A keyboard. I have keys but no doors. I have space but no room. You can enter but can’t leave. What am I?
A keyboard. </summary>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Eveniet laborum sit consequuntur recusandae voluptatem rerum natus. Dignissimos temporibus, eligendi amet possimus sint praesentium quisquam ipsum saepe aperiam facilis, illum quae fugit quos ipsam dolorem.
</details>
<p>The Cure will be celebrating their 40th anniversary on <time datetime="2018-07-07">July 7</time> in London's Hyde Park.</p>
<p>The concert starts at <time datetime="20:00">20:00</time> and you'll be able to enjoy the band for at least <time datetime="PT2H30M">2h 30m</time>.</p>
<p>chesta will be highlighted</p>
<p><mark>chesta</mark> is a very good girl.
u wiil glad to meet <mark>chesta</mark></p>
</body>
</html>