You are on page 1of 20

DEPARTMENT OF COMPUTER SCIENCE ENGINEERING

University Polytechnic, Galgotias University

Practical File
Student Name: NIVESH CHAUHAN
Admission Number: 20GPTC4060046

Section: 2nd

Subject Name: WEB TECHNOLOGY LAB

Subject Code: DPCS3009

Course: DIPLOMA IN COMPUTER SCIENCE ENGINEERING

Semester: 5th

Session: 2020-23
INDEX
S.No TITLE T.SIGN

EXPERIMENT NO. - 1

<html>
<head>
<title>NIVESH CHAUHAN </title>
</head>
<body bgcolor="yellow">
<hr>
<hi style="color: red;"> <u> My Introduction </u> </h1>
<h2 style="color: red;"> <u> My Introduction </u> </h2>
<h3 style="color: red;"> <u> My Introduction </u> </h3>
<h4 style="color: red;"> <u> My Introduction </u> </h4>
<h5 style="color: red;"> <u> My Introduction </u> </h5>
<h6 style="color: red;"> <u> My Introduction </u> </h6>
<hr>
<p style="color: rgb(53, 8, 166);">My self NIVESH CHAUHAN, I
am from Delhi. <br> currently I am studying inGALGOTIAS
UNIVERSITY.</p> <p style="color: rgb(276, 68, 125);</p>
</body>
</html>
EXPERIMENT NO. - 2
<html>
<head>
<title>NIVESH CHAUHAN </title>
</head>
<body> <h1>My self NIVESH CHAUHAN</h1>
<p>student of Diploma CSE in Galgotias University. Roll No.:
20GPTC4060046.</p>
</body>
</html>
EXPERIMENT NO. - 3
<html>
<head>
<title>NIVESH CHAUHAN </title>
</head>
<body>
<h1>list of students</h1>
<ol type="A">
<li> Name</li>
<li>class</li>
<li>Roll no</li>
</ol>
<ol type="a">
<li>NIVESH CHAUHAN</li>
<li>8</li>
<li>15</li>
</ol> <OL>
<LI>GU</LI>
<li>GALGOTIAS UNIVERSITY</li> <12>NIVESH CHAUHAN</li>
</OL>
<ol type="1">
<li>VR</li> <li>7</li>
<li>14</li>
</ol>
<ol type="i">
<li>hi</li>
<li>hlo</li>
<li>hello</li>
</ol>
</body>
</html>
EXPERIMENT NO. - 4
<html>
<head>
<title> NIVESH CHAUHAN</title>
</head>
<body>
<h1>list of students</h1>
<ul type="disk">
<li>Name</li>
<li>class</li>
<li>Roll no</li>
</ul>
<ul type="square">
<li>NIVESH CHAUHAN</li>
<li>7</li>
<li>14</li> </ul>
<ul type="circle">
<li>GALGOTIAS UNIVERSITY </li>
<li>UNIVERSITY</li> <li>A</li>
</ul>
<dl>
<dt>HELLO INDIA</dt>
<dd>hello world</dd>
<dt>egg</dt>
<dd> cold drink</dd>
</dl>
</body>
</html>
EXPERIMENT NO. - 5

<html>
<head>
<title> NIVESH CHAUHAN</title>
</head>
<body>
<table border=2>
<tr>
<td colspan=2>1</td>
<td rowspan=2>2</td>
</tr>
<tr>
<td rowspan=2>3</td>
<td>4</td> </tr>
<tr>
<td colspan=2>5</td>
</tr> </table>
</body>
</html>
EXPERIMENT NO. – 6

<html>
<head>
<title> NIVESH CHAUHAN</title>
</head>
<body>
<table border=2>
<tr>
<td>S.No.</td>
<td>Name</td>
</tr>
<tr>
<td>1</td>
<td>cat</td>
</tr>
<tr>
<td>2</td>
<td>Lion</td>
</tr>
<tr>
<td>3</td>

<td>tiger</td>
</tr>
<tr>
<td>4</td>
<td>inshan</td>
</tr>
</table>
</body>
</html>
EXPERIMENT NO. – 7

<html>
<head>
<title> NIVESH CHAUHAN</title>
</head>
<body>
<a href="https://www.instagram.com/accounts/login/"
target="blank">
link
</a>
</body>
</html>

You might also like