HTML
HTML
Source Code
<html>
<head>
<title>Introduction</title>
</head>
<body>
</font>
</body>
</html>
Output
2
Experiment – 2
Source Codes
Code: 1
<html>
<head>
<title>LINKING IN HTML</title>
</head>
<body>
</body>
</html>
3
Code: 2
<html>
<head>
<title>Game Development</title>
</head>
<body>
</body>
</html>
4
Code: 3
<html>
<head>
<title>Web Development</title>
</head>
<body>
</body>
</html>
5
Outputs
Output: 1
6
Output: 2
7
Output: 3
8
Experiment – 4
Source Code
Code: 1
<html>
<head>
<title>MMDU CLUBS</title>
</head>
</frameset>
</frameset>
9
<noframe>
</noframe>
</html>
Code: 2
<html>
<head>
<title>Cultural Club</title>
</head>
<body>
<p>In this club we will be doing all kinds of cultural activities like
dancing, acting, etc.</p>
</body>
</html>
Code: 3
10
<html>
<head>
<title>Theater</title>
</head>
<body>
</body>
</html>
Code: 4
<html>
<head>
<title>Dancing</title>
</head>
<body>
</body>
11
</html>
Code: 5
<html>
<head>
<title>Robotonics Club</title>
</head>
<body>
</body>
</html>
12
Code: 6
<html>
<head>
<title>Coding Club</title>
</head>
<body>
<p>In this club we will learn and play with programs and also do
frequent ccoding challenges.</p>
</body>
</html>
13
Outputs
Output: 1
14
Output: 2
15
Experiment – 3
Source Code
Code: 1
<html>
<head>
</map>
</head>
<body>
16
</body>
</html>
Code: 2
<html>
<header>
<title>Rajasthan</title>
</header>
<body>
<p>It shares its western border with Pakistan, where the vast Thar
Desert (also known as the Great Indian Desert) stretches across its
landscape.</p>
17
</body>
</html>
Output
Output: 1
18
Output: 2
19