Practicle 5th Sem
Practicle 5th Sem
TECHNOLOGY
PRACTICAL FILE
INTERNET
semester) Batch :-
2021-2024
SUBMITTED TO SUBMITTED BY
Roll No.
OUTPUT-:
1
PRACTICAL -
Introduction to HTML. Create a basic HTML file
Hyper Text Markup Language is a set of logical codes (markup) in parentheses that
constitute
the appearance of a web document and the information it contains. It is a language for
creating
static webpages. It specifies how the contents are to be presented on the web page. HTML
is not
a case sensitive language so; HTML and html both are same.
HTML is a text document with formatting codes and this document has the suffix ".html"
or ".html".
<html
>
< Head>
<Title> The First Page</title>
< /head>
<Body>
Hello World
</body>
</
html>
Just write down above code in the notepad editor and save this file with the extension of
.html or
html and then double click on that file you will get output on the default web browser.
Following are more sub tags of <Head>
<HTML>
2
PRACTICAL -
<HEAD> has sub-elements that define header material:
3
4
<TITLE> document title. The title of your document is what appears in a web
browser's
Favouriteor Bookmark list. Search engines on the Internet use the
document's title for indexing
purposes.
</TITLE>
<BASE> can be used to record the document's location in the form of a URL. </BASE>
<ISINDEX> indicates to the browser that the document is an index document. This
is used
4
PRACTICAL -
OUTPUT-:
5
PRACTICAL -
Create a static web page which defines all text formatting tags of HTML in
tabular format
<html>
<body>
<center>
<table border=1>
</
tr>
<tr>
</
tr>
<tr>
</
tr>
<tr>
</
6
PRACTICAL -
Bold </B></td>
<th>HTML
Tag</th>
<th>Outp
<td><1> </td>
ut</th>
<td>norm
al
text</td>
<td>hello
world</td
>
<td>Font
& its
attributes
</td>
<td><FON
T
SIZE="+2"
COLOR="#
RRGGBB">
hello
world
</
FONT></
td>
<td><
B>
</td>
<td><B>
7
8
</tr>
</ <tr>
tr>
<tr>
</
tr>
<tr>
</
tr>
<tr>
</
tr>
<tr>
</
tr>
<tr>
</
tr>
<tr>
9
<td><I> </TT></td>
Italic
</I></td>
<td><E
<td>&It; BIG> </td>
M></
td> <td><BIG> text in a big font </BIG></td>
<td><EM>
Emphasis
</EM></t
d>
<td>&It;ST
RONG>
</td>
<td><STR
ONG>
STRONG
</STRONG
></td>
<td><
TELETYPE
></td>
<td><TT>
TELETYPE
1
1
</
tr>
<tr>
<td><SMALL> </td>
<td><SMALL> text in a small font <SMALL></td>
</tr>
<tr>
<td><SUB></td>
<td>a<SUB> b </SUB></td>
</tr>
<tr>
<td>< SUP& gt;</td>
<td>a<SUP> b</SUP></td>
</tr>
</table>
</body>
</html>
1
PRACTICAL -
OUTPUT-
1
PRACTICAL -
Create webpage using list tags of HTML
<html>
<body>
<b> HTML List: Ordered, Unordered & Definition List</b>
<hr>
href="http://www.tutorialspoint.com/vbscript/ 1
1
www.tutorialspoint.com/vbscript/index.htm</a></li>
<li><u>ADO Tutorial - W3Schools</u><br>
<a href="http://www.w3schools.com/ADO/default.asp">
www.w3schools.com/ADO/default.asp</a></li>
</UL>
<hr>
<DL>
<DT>HTML</DT>
<DD>Hyper Text Markup Language</DD>
<DT>XML</DT>
<DD>eXtensible Markup Language</DD>
</DL>
</body>
</html>
1
PRACTICAL –
OUTPUT-:
1
PRACTICAL -
Create a static webpage using table tags of HTML
<htmI>
<body>
<TABLE BORDER="1" CELLPADDING="2">
<CAPTION ALIGN="Top"><b>Specification Table with Hours and Marks<CAPTION>
<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>
<TD> <center>II </TD> 16
<tr>
1
<TD>Basics of HTML & CSS</TD>
<TD><center>6</TD>
<TD><center>0</TD>
<TD><center>2</TD>
<TD><center>6</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> <TD> <center>V </TD>
<tr> <TD>ASP Objects & Components</TD>
<TD><center>10</TD>
1
1
<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>
<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>
</
tr>
</TABLE>
</body>
</html>
2
PRACTICAL -
OUTPUT-:
2
PRACTICAL -
Create emplovee registration webpage using HTML form objects
<html>
<body>
<Center>
<img src="C:\Users\shalu\Downloads\employee_icon.png " height=52 width=52>
<table>
<tr
>
<td></td>
<td><input type=radio name=initial checked>Mr.
</tr><tr>
<td> Last Name</td>
<td><input type=text name=In placeholder="Last Name"></td>
</tr> <tr>
<td> Mail Address1</td>
<td>Mail Address2</td>
<td><input type=text name=add2></td>
</tr><tr>
<td>City</td>
<td><input type=text name=ct></td> 22
2
</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></td>
<td><input type=checkbox name=lk value=Hindi checked>Hindi</td>
</tr><tr>
<td></td>
2
2
<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> < input type=reset value=reset></td>
</table>
</form>
</body>
</html>
2
PRACTICAL -
OUTPUT-:
2
PRACTICAL -
Create a static web page which includes title of a page, image and moving
of text
<html>
<head>
<title>Nature and Man Made</title>
</head>
<body class="img1" background="peakpx.jpg">
</body>
<center><img src="C:\Users\shalu\Downloads\giphy.gif
"' alt="A gif"></center>
<marquee > Create a static web page which include title of a page, image
</marquee>
</html>
2
PRACTICAL -
OUTPUT-
2
PRACTICAL -
Create connect us web page which includes Google Map
<!DOCTYPE html>
<html
> <h1>CONTACT US</h1>
<table>
</tr><tr>
<td>NAME</td>
<td><input type=text name=fn
placeholder="IMT FARIDABAD"></td>
</tr><tr>
<td>CONTACT NO.</td>
<td><input type=text
name=In placeholder="097119
34056"></td>
</tr> <tr>
<td>ADDRESS</td>
<td><input type=text name=fn
Placeholder="Sector 86, FARIDABAD, Haryana"></td>
</tr><tr>
</tr><tr>
<td>G-MAIL</td>
<td><input type=text
name=fn
placeholder="[email protected]"></td>
</tr><tr>
<td>LOCATION</td>
<td><input type=text name=In
placeholder=:"https://maps.app.goo.gl/HPgJumeWC1iiM5dp
7"></td>
</tr>
</table>
<body>
src="https://maps.google.com/maps?width=600&height
=400&hl=en&q=delhi&a
mp;t=&z-
9&ie=UTF8&iwloc=B&outpu
t=embed"></iframe><a
href="https://formatjson.org/">format
json</a></div><style>.mapouter {position:relative;te
xt- align:right; width:600px;height:400px;}. gmap_canvas
{overflow:hidden;background:none! important;
width: 600px;height:400px;}. gmap_iframe
{width:600px!important;height:400px|important;} </s
tyle></div>
</body>
</html>
3
PRACTICAL -
OUTPUT-:
3
PRACTICAL -
Create a HTML web page display educational details in tabular format
<!DOCTYPE html>
<html>
<style>
table, th, td { border: 1px solid black; }
</style>
<body>
<h2>Education Qualifications</h2>
<table style="width: 100%">
<tr>
<th>Education</th>
<th>University / board </th>
<th>Year</th>
</
tr>
<tr>
<td>Graduation</td>
<td>Maharshi Dayanand University</td>
<td>Pursuing BBA in 5th Sem</td>
</
tr>
<tr> <td>Intermediate School</td>
<td>HBSE</td>
<td>2020</td>
</
tr>
<td>High School</td> 34
<tr>
3
</ <td>HBSE</td>
tr>
<td>2018</td>
</table>
</body>
</html>
3
PRACTICAL -
OUTPUT-:
3
PRACTICAL -
Create a HTML web page for login and a submitting a form should uses
navigated to a profile page.
<div class="topnav">
<a class="active" href-"#home">Home</a>
<a href="#about">About</a>
<a href="#contact">Contact</a>
<div class="login-container">
<form action="/action_page.php">
<input type="text" placeholder="Username" name="username">
<input type="text" placeholder="Password" name="psw">
<button>
<a href="project 6.html"> Login</a>
<a href="p5.html"> Cancel</a>
</button>
</form>
</div>
</div>
3
PRACTICAL –
OUTPUT-:
3
PRACTICAL -
Create a HTML web page to display your CV along with your photograph.
<html>
<head>
<link type="text/ess"
rel="stylesheet"
href="https://www.dropbox.com/s/trsldt0me90jzs8/resume.css" />
<title></title>
</head>
<body>
<div id="header">
<p id="name"> KAJAL MEHTA</p>
<a href="mailto: [email protected]" target="_blank">
</div>
<div class="left">
≤/div>
<div class="right">
<div class = "image">
</ul>
4
4
</p>
<h3>Interest</h3>
<p>
<ul>
</div>
<div id-"footer">
<h3>Academic Qualifications</h3>
<table>
<tr> <id="heading">
<td> Academic Qualification </td>
<td>Board / University </td>
<tr>
<td>BBA</td>
<td>Maharshi Dayanand University </td>
<td> 5th SEM</td>
<td>Pursuing</td>
</tr>
<tr>
<td>HBSE</ 4
4
<d>64.2%</td>
<td>2020</td>
</tr>
tr>
<td>High School</td>
<td>HBSE</td>
<td>62.4%</td>
<td>2018</td>
</
tr>
</table>
<h3>Computer Skills</h3>
<p>
<ul>
</ul>
<li>Microsoft Office (Ms Word, Ms Excel)</li>
<li>Basics Of Computer</li>
<ul>
<h3>Professional Efficiences</h3>
<р>
<ul>
</p>
</ul>
4
<li> Strong will
power.</li>
<li>Hard working and
disciplined.</li>
<li>Punctual and
regular.</li>
<li>Decision Making.</li>
<li>Positive Attitude</li>
4
4
<h3>Personal Information:</h3>
<p>
<ul>
<li>
</li>
</
ul>
</p>
<h3>Declaration</h3>
<p>
I hereby declare that the details furnished above are true and correct
to the best of my knowledge and belief. </p></div>
</body>
</html>