Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 28

Acknowledgment

I would like to express my special thanks of gratitude to my


teacher . DR. ALAKA PANDA (HOD Department of commerce) ,
who gave me the golden opportunity to do this wonderful project
of Fundamentals Of Data Management , Who also helped me in
completing my project. I came to know about so many new things
I am really thankful to them.

Secondly,i would also like to thank my parents and friends who


helped me a lot in finalizing this project within the limited time
frame.

.............................
Roopak Boitei
ROLL NO. (2103010190290094)
+3 4th Semester Commerce
Biju Pattnaik Degree College Of Science & Education

Dept. Of Commerce

Certificate
This is certify that Roll no. (2103010190290094) A student of +3
4th semester has successfully completed the Fundamentals Of
Data Management on below mentioned project under guidance
of DR. AKLAKA PANDA (HOD ,Department of commerce) during
year 2024-25 in partial fulfillment of Fundamentals of Data
Management examination conducted by
Utkal University,Bhubaneswar.

............................................. ...............................................
Dr. Alaka Panda SIGNATURE OF EXTERNAL
(H.O.D ,Dept. Of Commerce)
Declaration
The project has been made by my own effort that I have learned
in our project period.
There may have faults in the reports , as I am the fresher in
learning I tried out based to present this project report properly .
In preparing this project , I have taken help from may networking
technology reference books and under the supervision of
DR. Aklaka Panda .

DATE:
PLACE:
SIGNATURE:
03
PRACTICAL 2 Create a static webpage using table tags of HTML
<html>

<body>
<TABLE BORDER="1" CELLPADDING="2">
<CAPTION ALIGN="Top"><b>Specification Table with Hours and Marks<CAPTION>
<TR>
<TH ROWSPAN="2">Unit No.</TH>
<TH ROWSPAN="2">Unit Title</TH>
<TH ROWSPAN="2">Teaching Hours</TH>
<TH Colspan="4">Distribution of Theory Marks</TH>
</TR>
<TR>
<TD>R Level </TD>
<TD>U Level </TD>
<TD>A Level </TD>
<TD>Total Marks </TD>
</TR>
<TR>
<TD>
<center>I
</TD>
<TD>Introduction to Internet Technology</TD>
<TD>
<center>2
</TD>
<TD>
<center>4
</TD>
<TD>
<center>4
</TD>
<TD>
<center>0
</TD>
<TD>
<center>8
</TD>
</TR>
<TR>
<TD>
<center>II
</TD>
<TD>Basics of HTML & CSS</TD>
<TD>
<center>6
</TD>
<TD>
<center>0
</TD>
<TD>
<center>2
</TD>
<TD<center>

</TD>

<TD>
<center>8
</TD>
</TR>
<TR>
<TD>
<center>III
</TD>
<TD>Active Server Pages 3.0</TD>
<TD>
<center>6
</TD>
<TD>
<center>4
</TD>
<TD>
<center>8
</TD>
<TD>
<center>0
</TD>
<TD>
<center>12
</TD>
</TR>
<TR>
<TD>
<center>IV
</TD>
<TD>Server Side Coding with VBScript and XML</TD>
<TD>
<center>8
</TD>
<TD>
<center>2
</TD>
<TD>
<center>4
</TD>
<TD>
<center>8
</TD>
<TD>
<center>14
</TD>
</TR>
<TR>
<TD>
<center>V
</TD>
<TD>ASP Objects & Components</TD>
<TD>
<center>10
</TD>
<TD>
<center>4
</TD>

<TD>
<center>4
</TD>
<TD>
<center>6
</TD>
<TD>
<center>14
</TD>
</TR>
<TR>
<TD>
<center>VI
</TD>
<TD>Accessing database with ASP & ADO</TD>
<TD>
<center>10
</TD>
<TD>
<center>4
</TD>
<TD>
<center>4
</TD>
<TD>
<center>6
</TD>
<TD>
<center>14
</TD>
</tr>
<TR>
<TD>
<TD>
<center><b>Total
</TD>
<TD>
<center><b>42
</TD>
<TD>
<center><b>18
</TD>
<TD>
<center><b>26
</TD>
<TD>
<center><b>26
</TD>
<TD>
<center><b>70
</TD>
</TD>
</tr>
</TABLE>
</body>

</html>
PRACTICAL 6
Create employee registration webpage using HTML form objects.

<html>
<body>
<Center>
<img src="employee_icon.png" height=52 width=52>
<Font size="+3" color=red>Employee Registration Form</font>
<form method=post action="prac.html">
<table>
<tr>
<td></td>
<td><input type=radio name=initial checked>Mr.
<input type=radio name=initial>Mrs.
<input type=radio name=initial>Ms.</td>
</tr><tr>
<td>First Name</td>
<td><input type=text name=fn placeholder="First Name"></td>
</tr><tr>
<td>Last Name</td>
<td><input type=text name=ln placeholder="Last Name"></td>
</tr> <tr>
<td>Mail Address1</td>
<td><input type=text name=add1></td>
</tr><tr>
<td>Mail Address2</td>
<td><input type=text name=add2></td>
</tr><tr>
<td>City</td>
<td><input type=text name=ct></td>
</tr><tr>
<td>State</td>
<td><select name=state>
<option value="Gujarat">Gujarat
<option value="Maharastra">Maharastra
<option value="Karnataka">Karnataka
<option value="Delhi">Delhi
</select>
</td>
</tr><tr>
<td>Zip</td>
<td><input type=text name=zp></td>
</tr><tr>
<td>Upload Photo</td>
<td><input type=file name=photo></td>
</tr>
<tr>
<td>E-Mail</td>
<td><input type=text name=email size=30></td>
</tr><tr>
<td>Mobile</td>
<td><input type=text name=mob placeholder="+91"></td>
</tr><tr>
<td>Languages known</td>
<td><input type=checkbox name=lk value=Gujarati checked>Gujarati</td>
</tr><tr>
<td></td>
<td><input type=checkbox name=lk value=Hindi checked>Hindi</td>
</tr><tr>
<td></td>
<td><input type=checkbox name=lk value=English checked>English</td>
</tr><tr>
<td></td>
<td><input type=checkbox name=lk value=Marathi >Marathi</td> </tr><tr>
<td>Additional Information</td>
<td><textarea name=add rows=3 cols=20 placeholder="Optional" wrap></textarea></td>
</tr><tr>
<td></td>
<td><input type=submit value=submit>&nbsp;<input type=reset value=reset></td> </table>
</form>
</body>
</html>
OUTPUT :-
THANK
YOU

You might also like