-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathClass 5.html
29 lines (28 loc) · 1.03 KB
/
Class 5.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
<!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">
<title>Document</title>
</head>
<frameset rows = "30%, 30%, 40%">
<Frameset cols ="30%, 30%, 40%">
<frame name = "One" src = "Tutorial_2 - 2.html">
<frame name = "Two" src = "Tutorial_4 - 2.html">
<frame name = "Three" src = "https://www.youtube.com/embed/Xkms4EICqEk"
</Frameset>
<Frameset cols ="30%, 30%, 40%">
<frame name = "Four" src = "Tutorial_2 - 2.html">
<frame name = "Five" src = "Tutorial_4 - 2.html">
<frame name = "Six" src = "https://www.youtube.com/embed/Xkms4EICqEk"
</Frameset>
<Frameset cols ="30%, 30%, 40%">
<frame name = "Seven" src = "Tutorial_2 - 2.html">
<frame name = "Eight" src = "Tutorial_4 - 2.html">
<frame name = "Nine" src = "https://www.youtube.com/embed/Xkms4EICqEk"
</Frameset>
</frameset>
<body>
</body>
</html>