0% found this document useful (0 votes)
12 views

Experiment 1

The document describes 4 experiments involving a login page, registration form, catalogue page, and a resume. It provides the program code and output for the login, registration, and catalogue page experiments. The resume experiment details Mohd Faziel's personal and educational information along with his technical skills.

Uploaded by

Naman Jain
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views

Experiment 1

The document describes 4 experiments involving a login page, registration form, catalogue page, and a resume. It provides the program code and output for the login, registration, and catalogue page experiments. The resume experiment details Mohd Faziel's personal and educational information along with his technical skills.

Uploaded by

Naman Jain
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 10

EXPERIMENT 1: LOGIN PAGE

PROGRAM:
OUTPUT:
EXPERIMENT 2: REGISTRATION FORM
PROGRAM:
OUTPUT:
EXPERIMENT 3: CATOLOGUE PAGE
PROGRAM:
OUTPUT:
EXPERIMENT 4: RESUME
PROGRAM:

<!doctype html>
<html>
<head>
<title>resume</title>
</head>
<body>
<center>
<h1><u>Mohd Faziel</u></h1>
</center>
<h4>Mail id : [email protected]</h4>
<h4>
<p style="text-align:right">Contact No. : 2141243</p>
</h4>
<hr>
<h2><u>Career Ojective :</u></h2>
<p>To obtain a position of a software engineer.</p>
<hr>
<h2><u>Educational Profile</u></h2>
<table border="1">
<tr>
<th>Course</th>
<th>Board/University</th>
<th>Institution Name</th>
<th>Pasing Year</th>
</tr>
<tr>
<td>high school</td>
<td>JKBOARD</td>
<td>Radiant academy</td>
<td>2019</td>
</tr>
<tr>
<td>Intermediate</td>
<td>JKBOARD</td>
<td>Boys HSS Bhadarwah</td>
<td>2021</td>
</tr>
<tr>
<td>B.Tech</td>
<td>AKTU</td>
<td>GCET</td>
<td>currently studying</td>
</tr>
</table>
<hr>
<h2><u>Technical Profile :</u></h2>
<ul>
<li>O.S : Windows,Apple</li>
<li>Programing Language : C, C++, python</li>
</ul>
</body>
</html>
OUTPUT:

You might also like