-
Notifications
You must be signed in to change notification settings - Fork 40
/
welcome
54 lines (43 loc) · 1.39 KB
/
welcome
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!doctype html>
<head>
<title></title>
</head>
<body>
<meta charset="utf-8">
<header><h1>This is an important heading...</h1>
<h8>This is not very important heading...</h8>
</header>
<nav>
This is Navigator Window.<br>
<a href="x.htm">Navigation 1</a><br>
<a href="y.htm">Navigation 2</a><br>
<a href="z.htm">Navigation 3</a><br>
</nav>
<hr width="100%" height="200"></HR>
<article>
<H1>This is an Article Heading.</h1>
<p>This contains the content of the article...</p><br>
<section>This is an section of the Main Article.</section>
<section>This is an section of the Main Article.</section>
<aside>This is the aside tag.</aside>
<hr width=100%" height="100"></HR>
<h2>This is an Article Heading.</h2>
<p>This contains the content of the article...</p><br>
<section>This is a section of the Main Article.</section>
<section>This is a section of the Main Article.</section>
<aside>This is the aside tag.</aside>
<aside>This is the aside tag.</aside>
<hr width=100%" height="100"></HR>
Audio:<br>
<audio controls autoplay>
<source src="sound.wav" type="sound.wav">Audio not supported</audio>
<hr width=100%" height="100"></HR>
<video controls autoplay>
<source src="video.mp4">Video not supported.</video>
<hr width=100%" height="100"></HR>
Status:<progress min="0" max="100" value="66.54"></progress>
<hr width=100%" height="100"></HR>
<br><br><br>
<footer>This is the footer Text.</footer>
</body>
</html>