-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbeispiel.html
More file actions
33 lines (25 loc) · 718 Bytes
/
beispiel.html
File metadata and controls
33 lines (25 loc) · 718 Bytes
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
<!doctype html>
<html lang="de-CH">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0"
/>
<title>Content-Slider (barrierefrei)</title>
<link
rel="stylesheet"
href="assets/css/style.css"
/>
</head>
<body aria-hidden="true">
<ul role="presentation">
<li>liste 1</li>
<li>liste 2</li>
<li>liste 3</li>
<li>liste 4</li>
<li>liste 5</li>
</ul>
<abbr lang="de" title="National Aeronautics and Space Administration" style="text-transform:uppercase;">Nasa</abbr>
</body>
</html>