-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path9th class.html
More file actions
68 lines (61 loc) · 3.11 KB
/
9th class.html
File metadata and controls
68 lines (61 loc) · 3.11 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!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">
<!-- <meta http-equiv="refresh" content="5"> -->
<!-- <meta name="format-detection" content="telephone=no"> -->
<!-- <meta http-equiv="refresh" content="10;url=https://google.com" /> -->
<!-- <link rel="shortcut icon" href="multimedia/red.png" type="image/x-icon"> -->
<link rel="icon" type="image/x-icon" href="multimedia/red.png">
<title>Document</title>
</head>
<body>
<!-- <p>Date:15/December/2022</p>
<p>Day:Thursday</p>
<p>Class= yes</p> -->
<img src="multimedia/careerinstitute.jpg" alt="careerinstitute" width="40%" height="60%" border="3">
<br><br>
<figure>
<img src="course1.jpg" alt="Trulli" width="30%" height="18%">
<figcaption>Fig.1 - course 1</figcaption>
</figure>
<br>
<br>
<audio src="multimedia/test audio.mp3" controls muted Download ></audio>
<br>
<br>
<video src="multimedia/test video.mp4"autoplay controls poster="multimedia/thumbnail.png" loop muted width="400" height="300"></video>
<br>
<br>
<iframe src="USMAN AT CAREER INSTITUTE/4th class.html" frameborder="0"></iframe>
<br>
<br>
<iframe src="https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fcareerinstituteofficial&tabs=timeline&width=340&height=500&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId" width="340" height="500" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"></iframe>
<br>
<br>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3403.82870147399!2d73.09456721466842!3d31.4463824813941!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3922696ac9459bed%3A0x4d837d0ef403530e!2sCareer%20Institute%20-%20Millat%20Chowk%20Campus!5e0!3m2!1sen!2s!4v1671131383830!5m2!1sen!2s" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
<br>
<br>
<br>
<iframe src="https://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fwww.facebook.com%2Fcareerinstituteofficial&width=450&layout=standard&action=like&size=small&share=true&height=35&appId" width="450" height="35" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"></iframe>
<br>
<br>
<br>
<progress value="22" max="100"></progress>
<br>
<p>For browsers that do not support the progress element, you can use this as a workaround</p>
<br>
<progress max="100" value="20">
<div class="progress-bar">
<span style="width: 20%;">Progress: 20%</span>
</div>
</progress>
<br>
<br>
<embed type="video/mp4" src="multimedia/test video.mp4" width="400" height="300">
<!-- <audio controls controlsList="nodownload"><source src="multimedia/test audio.mp3" type="audio/mpeg"></audio>
<audio controls autoplay> <source src='multimedia/test audio.mp3' type='audio/mpeg' /> </audio> -->
</body>
</html>