-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsemantics.html
34 lines (34 loc) · 1.68 KB
/
semantics.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>
<head>
<meta charset="UTF-8">
<meta name="viewport"content="width=device-width,initial-scale=1.0">
<meta http-equiv="X-UA-Compatible"content="ie-edge">
<title>Semantics</title>
</head>
<body>
<h3>Semantics</h3>
<p><details>
Here is nothing to read more
Lorem ipsum dolor sit amet consectetur adipisicing elit. Eaque odit inventore velit architecto non doloribus dolores voluptas earum. Voluptatum quibusdam ipsum laboriosam commodi voluptates, reprehenderit, tenetur dolorum minima ducimus harum veritatis cupiditate totam non quam dolorem placeat autem illo rerum!
<summary>
read more
hellohellohellohellohellohellohellohellohellohellohellohellohello
hellohellohellohellohellohellohellohellohellohellohellohellohello
hellohellohellohellohellohellohellohellohellohellohellohellohello
</summary>
</details>
</p>
<div class="btn-toolbar" role="toolbar" aria-label="">
<div class="btn-group" role="group" aria-label="">
<button type="button" class="btn btn-primary"></button>
<button type="button" class="btn btn-primary"></button>
<button type="button" class="btn btn-primary"></button>
</div>
<div class="btn-group" role="group" aria-label="">
<button type="button" class="btn btn-primary"></button>
<button type="button" class="btn btn-primary"></button>
</div>
</div>Hello world</button>
</body>
</html>