-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (31 loc) · 1.21 KB
/
index.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
35
36
37
38
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title> Ali's second tutorial part 2 </title>
<link rel="icon" type="image/jpg" href="imgs/taylors.jpg" />
<a href="https://university.taylors.edu.my/en/study/undergraduate/architecture.html"> School of Architecture, Building and Design </a>
</head>
<body>
<table>
<tr>
<th> Row 1 </th>
</tr>
</table>
<figure>
<video width="320" height="240" controls>
<source src="vids/taylorsvideo.mp4" type="video/mp4">
This Browser Does Not Support Video Playback
</video>
<figcaption> Welcome to Taylor's University </figcaption>
<img src="imgs/taylors.jpg" width="320" height="240" alt="A picture of the university">
<figcaption> Image of the university </figcaption>
<img src="imgs/dancing.png" width="320" height="240" alt="A picture of people dancing">
<figcaption> Dancing club </figcaption>
<img src="imgs/chess.png" width="320" height="240" alt="A picture icon of chess">
<figcaption> Chess club </figcaption>
<img src="imgs/coding.png" width="320" height="240" alt="A picture of coding">
<figcaption> Coding club </figcaption>
</figure>
</body>
</html>