-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdd.html
More file actions
38 lines (36 loc) · 1.28 KB
/
dd.html
File metadata and controls
38 lines (36 loc) · 1.28 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
28
29
30
31
32
33
34
35
36
37
38
<html><head>this is my 2nd webpage</head>
<body><div class="selection">
<h1><span>my media</span></h1>
<iframe height="150" width="300" src="https://www.youtube.com/embed/Q6_5InVJZ88"allowfullscreen frameborder="0"></iframe></div>
<header>
<h1>the most importent heading </h1>
<h3>less importent heading</h3>
</header>
<nav>
<ul>
<li><a href="#">home</a><!--major navigation link-->
</ul>
</nav>
<article>
<h1>the article title</h1>
<p>contents of the article element</p>
<section><p>content or image</p></section>
<aside><p>gifts will be delivered to you within 24hrs</p>
<aside>
</article>
<audio src=" audio.mp3"controls>audio element not supported by your browser</audio>
<audio controls><source src="audio.mp3"type="audio/mpeg">
<source src="audio.ogg" type="audio.ogg">
</audio>
<audio controls autoplay loop>
<source src="audio.mp3"type="audio/mpeg">
<source src="audio.ogg"type="audio/ogg">
audio element not supported by your browser.</audio>
<source src="video.mp4"type="video/mp4">
<source src="video.ogg"type="video/ogg"type="video.ogg">video is not supported by your browser</video>
status:<progress min="0" max="100" value="35"></progress>
<video controls>
localstorage.setItem("key1","value");
alert(localstorage.getItem("key1"));
</body>
</html>