0% found this document useful (0 votes)
82 views10 pages

Itm Practical File Itm File

1
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
82 views10 pages

Itm Practical File Itm File

1
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 10

lOMoARcPSD|48676887

ITM Practical FILE - ITM FILE

viva industrial training (Maharaja Surajmal Institute of Technology)

Scan to open on Studocu

Studocu is not sponsored or endorsed by any college or university


Downloaded by sangita aggarwal ([email protected])
lOMoARcPSD|48676887

RACHNA MISHRA 2022 ITM LAB

A Practical File on

Information Technology Management (ITM)

Master of Business Administration (MBA)

Guru Gobind Singh Indraprastha University, Delhi

Submitted To: Submitted By:


Dr.Ramandeep Kaur Student name: Rachna Mishra
(Assistant Professor) Enrl No.
Batch: MBA-I

Maharaja Surajmal Institute


New Delhi – 1100 58
Batch (2022-2023)

INDEX
S.No PROBLEM STATEMENT Date Sign
1. Create a simple web page which display a text "This is my First web 18/10/22

Downloaded by sangita aggarwal ([email protected])


lOMoARcPSD|48676887

RACHNA MISHRA 2022 ITM LAB

INDEX
page" using HTML tags.
2. Create your Resume using HTML code 21/10/22
Wite a HTML code which display the following expression. Put the
heading as “ChemicalEquation”
3. 4H3PO3 = 3H3PO4 + PH3 28/10/22
and other expression as
Pnew = Pold+ x2 –y acosx
Create a web page to invite your friends to attend the function of Holi at
your home, where use the <address>tag to display address, for sub
4. 28/10/22
headings <pre> tag. Also use some good quotations. Assign a suitable
background color and text color also.
Write HTML code to produce the following output using ordered list.
1. computer
i. Devices
I. Input device
a. Keyboard
5. b. Mouse 11/4/22
II. Output Device
a. Optical
b. Laser
ii. System
2. Electronics
Write HTML code to produce the following output using unordered list.
o B.Sc. Courses
 Information Technology
 Programs
6.  Electronics
 Computer Science
o B.Com Courses
 B Com(P)
 B Com(H)
Write an HTML code to produce the following output

7.

8. Design a web page using the <img> tag according to the following
specifications
Insert 3 different images-img1 img2 and img3
• Use border for img1
• Resize the height and width of img2 to 200 pixels each.

Downloaded by sangita aggarwal ([email protected])


lOMoARcPSD|48676887

RACHNA MISHRA 2022 ITM LAB

INDEX
• Align(left ,right and center) the Paragraph with respect to the images so
as to obtain the output displayed in the form of----img1 at center.,, img2
at left and img3 at right Give the proper name for img3
Create a student table with border, color and font containing roll no.
9.
name and marks of 5 student
10. Create a creative static web page of astrology site and use hyperlink to
open the horoscope of different zodiac sign.Use Marquee tad to display
the heading.
Write HTML code to insert three images aligned left, center and right.
Change the background of web page and give a proper heading and title
11.
to the web page. On the click of image2 it shows the detail information of
that image.
Write a HTML code to create a frame with four partitions and display
12. respective pages in them
Design a student registration form in html.
13.
Create an inline stylesheet for h1, paragraph and body tag
14.
Create an internal stylesheet for h1, paragraph and body tag
15.
Create an external stylesheet for h1, paragraph and body tag. Also create
16.
a document to link the external stylesheet

Downloaded by sangita aggarwal ([email protected])


lOMoARcPSD|48676887

RACHNA MISHRA 2022 ITM LAB

Q1. Coding:

<HTML>
<HEAD> <TITLE> Question 1</TITLE> </HEAD>

<BODY>
<H1> This is my First web page</H1>
<H2> This is my First web page</H2>
<H3> This is my First web page</H3>
<H4> This is my First web page</H4>
<H5> This is my First web page</H5>
<H6> This is my First web page</H6>
<H7> This is my First web page</H7>
<H8> This is my First web page</H8>
<H9> This is my First web page</H9>
</BODY>
</HTML>

Output:

Downloaded by sangita aggarwal ([email protected])


lOMoARcPSD|48676887

RACHNA MISHRA 2022 ITM LAB

Q2. Coding:
<HTML>

<HEAD> <TITLE> Question 2</TITLE> </HEAD>

<BODY>

<P ALIGN="JUSTIFY"> This is a demo page for Question one and two for the subject ITM.
This is the first class of ITM taken my Dr. Ramandeep. This is the first batch of MBA in the college
Maharaja Surajmal Institute. And I'll repeat the same thing, this is ITM subject of the first batch of
MBA in Maharaja Surajmal Insititute.</P>
<P ALIGN="LEFT"> This is a demo page for Question one and two for the subject ITM.
This is the first class of ITM taken my Dr. Ramandeep. This is the first batch of MBA in the college
Maharaja Surajmal Institute. And I'll repeat the same thing, this is ITM subject of the first batch of
MBA in Maharaja Surajmal Insititute.</P>

<P ALIGN="RIGHT"> This is a demo page for Question one and two for the subject ITM.
This is the first class of ITM taken my Dr. Ramandeep. This is the first batch of MBA in the college
Maharaja Surajmal Institute. And I'll repeat the same thing, this is ITM subject of the first batch of
MBA in Maharaja Surajmal Insititute.</P>

<P ALIGN="CENTER"> This is a demo page for Question one and two for the subject ITM.
This is the first class of ITM taken my Dr. Ramandeep. This is the first batch of MBA in the college
Maharaja Surajmal Institute. And I'll repeat the same thing, this is ITM subject of the first batch of
MBA in Maharaja Surajmal Insititute.</P>

</BODY>

</HTML>

Output:

Downloaded by sangita aggarwal ([email protected])


lOMoARcPSD|48676887

RACHNA MISHRA 2022 ITM LAB

Q3. Coding:
<HTML>
<HEAD> <TITLE> Question 3</TITLE> </HEAD>

<BODY>
<P><b>This is a demo page for Question one and two for the subject ITM. This is the first
class of ITM taken my Dr. Ramandeep. This is the first batch of MBA in the college Maharaja
Surajmal Institute. And I'll repeat the same thing, this is ITM subject of the first batch of MBA in
Maharaja Surajmal Insititute.</b></P>
<BR>
<P><u>This is a demo page for Question one and two for the subject ITM. This is the first
class of ITM taken my Dr. Ramandeep. This is the first batch of MBA in the college Maharaja
Surajmal Institute. And I'll repeat the same thing, this is ITM subject of the first batch of MBA in
Maharaja Surajmal Insititute.</u></P>
<BR>
<P><i>This is a demo page for Question one and two for the subject ITM. This is the first
class of ITM taken my Dr. Ramandeep. This is the first batch of MBA in the college Maharaja
Surajmal Institute. And I'll repeat the same thing, this is ITM subject of the first batch of MBA in
Maharaja Surajmal Insititute.</i></P>
<BR>
<P><b>This is a demo page for Question one and two for the subject ITM. <i>This is the
first class of ITM taken my Dr. Ramandeep. <u>This is the first batch of MBA in the college
Maharaja Surajmal Institute</u>. And I'll repeat the same thing,</i> this is ITM subject of the first
batch of MBA in Maharaja Surajmal Insititute</b></P>
</BODY>

</HTML>

Output:

Downloaded by sangita aggarwal ([email protected])


lOMoARcPSD|48676887

RACHNA MISHRA 2022 ITM LAB

Q4. Coding:

<html>
<head><title>Resume</title></head>
<body><p><h6>Resume</h6>
<h3>Personal Information</h3>
<hr>
<b>Name:</b>Rachna mishra<br>
<b>Age:</b><tt>22years</tt><br>
<b>Phone No. :</b><tt>9643542059</tt><br>
<b>Email Id:</b>[email protected]<br>
<b>Address:</b><address>RZ B-55 Vijay Enclave, New Delhi-45</address><br>
<hr>
<h3>Professional Information</h3>
<b>Educational Qualifications:</b>
<br>
<ul type="disc">
<li><big> Graduate in BBA from Management Education Research Institute, GGSIPU</big>
<li><big> CBSE 12th Class, Commerce (Without maths)</big>
</ul>
<hr>
<h3>Hobbies</h3>
<ul type="disc">
<li><big>Volleyball</big>
<li><big>Travelling</big>
</hr></body>
</html>
Output:

Downloaded by sangita aggarwal ([email protected])


lOMoARcPSD|48676887

RACHNA MISHRA 2022 ITM LAB

Q5. Coding:

<HTML>

<HEAD> <TITLE> ChemicalEquation</TITLE> </HEAD>


<h1>Chemical Equation</h1>

<BODY>

4H<sub>3</sub>PO<sub>3</sub>=3H<sub>3</sub>PO<sub>4</sub>+PH<sub>3</sub>
<br>
P<sub>new</sub>=P<sub>old</sub>+x<sup>2</sup>-y<sup>acosx</sup>

</BODY>

</HTML>

Output:

Downloaded by sangita aggarwal ([email protected])


lOMoARcPSD|48676887

RACHNA MISHRA 2022 ITM LAB

Q6. Coding:
<HTML>

<HEAD> <TITLE>Unordered list </TITLE> </HEAD>

<BODY>
<ul type="circle">
<li>B.SC courses
<ul type="disc">
<li> Information technology
</ul>
</ul>
<ul Type="square">
<li>Programs
<ul type="disc">
<li>Electronics
<li>Computer Science
</ul>
</ul>
<ul type="circle">
<li>B.com course
<ul type="disc">
<li>B.com(P)
<li>B.com(H)
</ul>
</ul>
</BODY>

</HTML>

Output:

Downloaded by sangita aggarwal ([email protected])

You might also like