-
Notifications
You must be signed in to change notification settings - Fork 1
/
3.html
61 lines (58 loc) · 1.82 KB
/
3.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
<FRAMESET cols="100%" rows="50%,50%">
<FRAMESET cols="50%,50%">
<FRAME src="a1.html">
<FRAME src="b1.html">
</FRAMESET>
<FRAMESET rows="100%">
<FRAME src="c1.html">
</FRAMESET>
</FRAMESET>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
<body style="background-color: teal;">
<h1>Links</h1>
<a href="file:///C:/Users/CD007788TU/Documents/web_d/a1.html">frame_a1</a><br/>
<a href="file:///C:/Users/CD007788TU/Documents/web_d/b1.html">frame_b1</a><br/>
<a href="file:///C:/Users/CD007788TU/Documents/web_d/c1.html">frame_c1</a>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
<body style="background-color: blue;">
<h2>Nate Boyer's Story:</h2>
<iframe width="424" height="200" style="margin-left:95px" src="https://www.youtube.com/embed/B3MDJsggfDg" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
<body style="background-color: yellow;">
<h1>Name:Km Mansi <br/>Roll no:1802913080</h1>
</body>
</html>