You are on page 1of 54

ASSIGNMENT-1

A) Create a web page of your name using various heading tags.


<HTML>
<HEAD>
<TITLE>
AMAN KUMAR ASSIGNMENT 1
</TITLE>
</HEAD>
<BODY>
<H1>AMAN KUMAR</H1>
<H2>AMAN KUMAR</H2>
<H3>AMAN KUMAR</H3>
<H4>AMAN KUMAR</H4>
<H5>AMAN KUMAR</H5>
<H6>AMAN KUMAR</H6>
</BODY>
</HTML>
B) Design a web page according to the format given below using heading tag with your
name displayed on top.
<HTML>
<HEAD>
<TITLE>
AMAN KUMAR ASSIGNMENT 1B
</TITLE>
</HEAD>
<BODY>
<H1> I’m Aman Kumar, and I am 20 years old. </H1>
<H2> I study Business management at IITM. </H2>
<H3> My father’s name is Mr. Rajesh Singh, and my mother’s name is Mrs. Abha Singh.
</H3>
<H4> I have one younger sister who studies in the twelfth standard </H4>
<H5> I like watching cricket, and my favorite cricketer is Sachin </H5>
<H6> I pay attention and respect to my teachers and elders. Also, I follow every piece of
advice from them. </H6>
</BODY>
</HTML>
ASSIGNMENT-2
Create a web page as shown below using <P> tag.

<HTML>
<HEAD>
<TITLE>
AMAN KUMAR ASSIGNMENT 2
</TITLE>
</HEAD>
<BODY>
<P>
<H2>I’m Aman Kumar, and I am 20 years old.
I study Business management at IITM.
My father’s name is Mr. Rajesh Singh, and my mother’s name is Mrs. Abha Singh.
I have one younger sister who studies in the twelfth standard.
I like watching cricket, and my favorite cricketer is Sachin.
I pay attention and respect to my teachers and elders. Also, I follow every piece of advice
from them. </H2>
</P>
</BODY>
</HTML>
ASSIGNMENT-3
Design a web page describing yourself using single and multiple comments. Also use
<br> tag.
<HTML>
<HEAD>
<TITLE>
AMAN KUMAR ASSIGNMENT 3
</TITLE>
</HEAD>
<BODY>
<!...This is a comment line...>
<H2> I’m Aman Kumar, and I am 20 years old.
<br><b> I study Business management at IITM. </b>
<br><i> My father’s name is Mr. Rajesh Singh, and my mother’s name is Mrs. Abha
Singh.</i>
<br><u> I have one younger sister who studies in the twelfth standard. </u>
<br> I like watching cricket, and my favorite cricketer is Sachin.
<br> I pay attention and respect to my teachers and elders. Also, I follow every piece of
advice from them. </H2>
</BODY>
</HTML>
ASSIGNMENT-4
A) Create a html file for displaying a webpage with below mentioned tags.
1. BOLD
2. ITALICS
3. UNDERLINE
4. ALIGNMENT
5. PARAGRAPH

<HTML>
<HEAD>
<TITLE>
AMAN KUMAR ASSIGNMENT 4A
</TITLE>
</HEAD>
<BODY>
<H2><b> Change the world by being yourself. – Amy Poehler </b>
<br><i> Every moment is a fresh beginning. – T.S Eliot </i>
<br><u> Never regret anything that made you smile. – Mark Twain </u>
<p align="right">Die with memories, not dreams. – Unknown </p>
<p align="center">Whatever you do, do it well. – Walt Disney </p>
<p align=left">What we think, we become. – Buddha </p></H2>
</BODY>
</HTML>
B) Create a html file for displaying a webpage with below mentioned tags.
1. TEXT COLOR
2. HEADINGS
3. HORIZONTAL ROOM (HR)
4. BG COLOR
5 LINE BREAK
6. PREDEFINED TAG (PRE TAG)

<HTML>
<HEAD>
<TITLE>
AMAN KUMAR ASSIGNMENT 4B
</TITLE>
</HEAD>
<BODY bgcolor="grey"><HR>
<H1><b><font color="blue"> Change the world by being yourself. – Amy
Poehler</font></b></H1>
<H2><i><font color"red"> Every moment is a fresh beginning. – T.S Eliot </font></i></H2>
<pre>
<H2>Never regret anything that made you smile. – Mark Twain
Die with memories, not dreams. – Unknown </H2>
</pre>
<HR><HR>
<p><H4> Whatever you do, do it well. – Walt Disney<br><br>
What we think,<i> we become. – Buddha</i><br><br>
<font color="silver">Chracter is the highest <u>virtue.</u></font></H4>
</BODY>
</HTML>

C) Write the following Chemical equations using html tags.


1) 2AgI+Na2S → Ag2S+2NaI
2) 8CO+17H2 → C5H18+8H2O
3) 10KClO3+3P4 → 3P4O10+10KCL
4) 2KNO3+H2CO3 → K2CO3+2HNO3
5) CH4+2O2 → CO2+2H2O
6) 2HCl+2Na → 2NaCl+H2
7) Zn+2Hcl → ZnCl2+H2
8) ZnCO3 → ZnO+CO2
<HTML>
<HEAD>
<TITLE>
AMAN KUMAR ASSIGNMENT 4C
</TITLE>
</HEAD>
<BODY>
<H1><p align ="center"><font color="red"><u>CHEMICAL
EQUATIONS</u></font></p>
<br>1) 2AgI+Na<sub>2</sub>S &rarr; Ag<sub>2</sub>S+2NaI
<br>2) 8CO+17H<sub>2</sub> &rarr;
C<sub>5</sub>H<sub>18</sub>+8H<sub>2</sub>O
<br>3) 10KClO<sub>3</sub>+3P<sub>4</sub> &rarr;
3P<sub>4</sub>O<sub>10</sub>+10KCL
<br>4) 2KNO<sub>3</sub>+H<sub>2</sub>CO<sub>3</sub> &rarr;
K<sub>2</sub>CO<sub>3</sub>+2HNO<sub>3</sub>
<br>5) CH<sub>4</sub>+2O<sub>2</sub> &rarr; CO<sub>2</sub>+2H<sub>2</sub>O
<br>6) 2HCl+2Na &rarr; 2NaCl+H<sub>2</sub>
<br>7) Zn+2Hcl &rarr; ZnCl<sub>2</sub>+H<sub>2</sub>
<br>8) ZnCO<sub>3</sub> &rarr; ZnO+CO<sub>2</sub></H1>
</BODY>
</HTML>
D) Design a webpage of your CV with headings as objectives, educational qualification,
achievements, strength, hobbies and personal details.
Apply following specifications
1. Insert a horizontal line after every above mentioned objective.
2. Set any light color as page background.
3. Bold and Underline every heading.
4. Use heading tags to Specify the heading.
5. Use pre tag for educational Qualifications.

<HTML>
<HEAD>
<TITLE>
AMAN KUMAR ASSIGNMENT 4D
</TITLE>
</HEAD>
<BODY bgcolor="beige">
<H1><p align="center"><u>Curriculum vitae</u></p></H1><hr><hr>
<H2><p align="center"><b><u>OBJECTIVE</u></b></p></H2>
<H4><p align="center">Gaining public speaking experience to become a senior
manager</p></H4><hr>
<pre>
<H2><p align="center"><b><u>EDUCATIONAL QUALIFICATIONS</u></b></p></H2>
<H4><p align="center">Finished 10<sup>th</sup> class with 90% and 12<sup>th</sup>
class with 75% marks.</p></H4><hr>
</pre>
<H2><p align="center"><b><u>ACIEVEMENTS</u></b></p></H2>
<H4><p align="center">Re-organized something to make it work better.<br>
Identified a problem and solved it.<br>
Come up with a new idea that improved things.<br>
Developed or implemented new procedures or systems.<br>
Worked on special projects.<br>
Received awards.</p></H4><hr>
<H2><p align="center"><b><u>STRENGTH</u></b></p></H2>
<H4><p align="center">My greatest strength is my writing skills. I work well under
pressure, and I've never missed a deadline.
</p></H4><hr>
<H2><p align="center"><b><u>HOBBIES</u></b></p></H2>
<H4><p align="center">Travel.<br>
Volunteering, community service or charity work.<br>
Sports such as competing on a team or in a league, hiking or other exercise.<br>
Creative arts, including writing, music, painting and crafts.<br>
Gardening.</p></H4><hr>
<H2><p align="center"><b><u>PERSONAL DETAILS</u></b></p></H2>
<H4><p align="center">Name- Aman Kumar<br>
Age-20<br>
Gender- male<br>
</p></H4><hr>
</BODY>
</HTML>
E) Create a webpage to display your family Information with bg and other formatting.

<HTML>
<HEAD>
<TITLE>
AMAN KUMAR ASSIGNMENT 4E
</TITLE>
</HEAD>
<BODY BGCOLOR="BEIGE">
<H1><p align="center"><font color="blue"><u>FAMILY
INFORMATION</u></font></p></h1><hr>
<H2><font color="red">I Belong to a nuclear family</font></H2>
<H2><font color="green">There are 6 of us in the family</font></h2>
<H2><font color="black">My father is a business man</font></h2>
<H2><font color="magenta">My mother is a homemaker</font></h2>
<H2><font color="blue">My sister is studying in 12<sup>th</sup> Standard</font></h2>
</BODY>
</HTML>
ASSIGNMENT-5

A) Create a webpage which displays the following list.

<HTML>
<HEAD>
<TITLE>
AMAN KUMAR ASSIGNMENT 5A
</TITLE>
</HEAD>
<BODY BGCOLOR="YELLOW">
<H1><P ALIGN="CENTER"><FONT COLOR="MAROON"><B><U>VEGETABLES
AND FRUITS</U></B></FONT></P></H1>
<H3><FONT COLOR="NAVY"><B><U>VEGETABLES</U></B></FONT></H3>
<ul type="disk">
<H2><li><FONT COLOR=SLATE BLUE">Spinach</FONT></li>
<li><FONT COLOR="TOMATO">Carrot</FONT></li>
<li><FONT COLOR="INDIGO">Broccoli</FONT></li>
<li><FONT COLOR="FIREBRICK">Garlic</FONT></li>
<li><FONT COLOR="DARKSLATEGRAY">Grean Peas</FONT></li></H2></ul>
<H3><FONT COLOR="NAVY"><B><U>FRUITS</U></B></FONT></H3>
<ul type="circle">
<H2><li><FONT COLOR=SLATE BLUE">Apple</FONT></li>
<li><FONT COLOR="TOMATO">Orange</FONT></li>
<li><FONT COLOR="INDIGO">Banana</FONT></li>
<li><FONT COLOR="FIREBRICK">Mango</FONT></li>
<li><FONT COLOR="DARKSLATEGRAY">Strawberries</FONT></li></H2></ul><HR>
<H1><P ALIGN="CENTER"><FONT COLOR="MAROON"><B><U>NEWSPAPERS
AND MAGAZINES</U></B></FONT></P></H1>
<H3><FONT COLOR="NAVY"><B><U>NEWSPAPERS</U></B></FONT></H3>
<ol type="I">
<H2><li><FONT COLOR=SLATE BLUE">The Hindu</FONT></li>
<li><FONT COLOR="TOMATO">The Times of India</FONT></li>
<li><FONT COLOR="INDIGO">Economic Times</FONT></li>
<li><FONT COLOR="FIREBRICK">Hindustan</FONT></li>
<li><FONT COLOR="DARKSLATEGRAY">Dainik Jagran</FONT></li></H2></ol>
<H3><FONT COLOR="NAVY"><B><U>MAGAZINES</U></B></FONT></H3>
<ol type="1">
<H2><li><FONT COLOR=SLATE BLUE">India Today Magazine</FONT></li>
<li><FONT COLOR="TOMATO">Outlook Magazine</FONT></li>
<li><FONT COLOR="INDIGO">Forbes India Magazine</FONT></li>
<li><FONT COLOR="FIREBRICK">Car India Magazine</FONT></li>
<li><FONT COLOR="DARKSLATEGRAY">Pratiyogita Darpan
Magazine</FONT></li></H2></ol>
</BODY>
</HTML>
B) Create a HTML which display the following output.

<HTML>
<HEAD>
<TITLE>
AMAN KUMAR ASSIGNMENT 5B
</TITLE>
</HEAD>
<BODY>
<H1><P ALIGN="LEFT"><FONT COLOR="BLACK"><B><U>MOBILE OPERATING
SYSTEM</U></B></FONT></P></H1>
<ul>
<H1><li><FONT COLOR="TOMATO">Android</FONT></li></H1>
<H1><li><FONT COLOR="INDIGO">Blackberry</FONT></li></H1>
<H1><li><FONT COLOR="FIREBRICK">Iphone</FONT></li></H1>
<H1><li><FONT COLOR="DARKSLATEGRAY">Windows Phone</FONT></li></H1>
<H1><li><FONT COLOR="BLUE">Symbian</FONT></li></H1></ul><br>
<H1><P ALIGN="LEFT"><FONT COLOR="BLACK"><B><U>MOBILE
MANUFACTURERS</U></B></FONT></P></H1>
<ul type="disc">
<h1><li><FONT COLOR=SLATE BLUE">Google</FONT></li></h1>
<h1><li><FONT COLOR="TOMATO">Samsung</FONT></li></h1>
</ul>
<ul type="square">
<h1><li><FONT COLOR="INDIGO">HTC</FONT></li>
</ul>
<ul type="circle">
<h1><li><FONT COLOR="FIREBRICK">Micromax</FONT></li></h1>
<h1><li><FONT COLOR="DARKSLATEGRAY">Apple</FONT></li></h1>
</ul>
</BODY>
</HTML>

C) Design a web page to display the names of Beverages, Dishes & Desserts using
Unordered Lists.

<HTML>
<HEAD>
<TITLE>
AMAN KUMAR ASSIGNMENT 5C
</TITLE>
</HEAD>
<BODY>
<H1><P ALIGN="LEFT"><FONT
COLOR="BLACK"><B><U>BEVERAGES</U></B></FONT></P></H1>
<ul type="square">
<H2><li><FONT COLOR="TOMATO">Water</FONT></li>
<li><FONT COLOR="INDIGO">Juice</FONT></li>
<li><FONT COLOR="FIREBRICK">Cold Drink</FONT></li>
<li><FONT COLOR="DARKSLATEGRAY">Syrup</FONT></li>
<li><FONT COLOR="BLUE">Tea</FONT></li></H2></ul><hr><hr>
<h1><P ALIGN="LEFT"><FONT
COLOR="BLACK"><B><U>DISHES</U></B></FONT></P></H1>
<ul type="circle">
<H2><li><FONT COLOR="TOMATO">Masala Dosa</FONT></li>
<li><FONT COLOR="INDIGO">Chaat</FONT></li>
<li><FONT COLOR="FIREBRICK">Barfi</FONT></li>
<li><FONT COLOR="DARKSLATEGRAY">Pani Puri</FONT></li>
<li><FONT COLOR="BLUE">Vada Pav</FONT></li></H2></ul><hr><hr>
<h1><P ALIGN="LEFT"><FONT
COLOR="BLACK"><B><U>DESSERT</U></B></FONT></P></h1>
<ul type="disc">
<H2><li><FONT COLOR="TOMATO">Cakes</FONT></li>
<li><FONT COLOR="INDIGO">Cupcakes</FONT></li>
<li><FONT COLOR="FIREBRICK">Custards</FONT></li>
<li><FONT COLOR="DARKSLATEGRAY">Apple Pie</FONT></li>
<li><FONT COLOR="BLUE">Brownies</FONT></li></H2></ul>
</BODY>
</HTML>
ASSIGNMENT-6

A) Create a nested list as follows:

Apply following parts:


1.Use different font styles and colors for Input and Output Devices.
2.Insert horizontal line after Input Devices are over.
3.Use bold, italics and underline in headings.

<HTML>
<HEAD>
<TITLE>
AMAN KUMAR ASSIGNMENT 6A
</TITLE>
</HEAD>
<BODY>
<H1><P ALIGN="CENTER"><FONT COLOR="MAROON"><B>INPUT-OUTPUT
DEVICES</B></FONT></P></H1>
<OL>
<H1><li><b><i><u>Input Devices</u></i></b></li></H1>
<OL type="i">
<h2><li><FONT COLOR="TOMATO">Keyboard</FONT></li>
<li><FONT COLOR="INDIGO">Mouse</FONT></li>
<li><FONT COLOR="FIREBRICK">Joystick</FONT></li>
<li><FONT COLOR="DARKSLATEGRAY">Scanner</FONT></li>
<OL type="a">
<li><FONT COLOR="TOMATO">Flat bed Scanner</FONT></li>
<li><FONT COLOR="DARKSLATEGRAY">Hand held Scanner</FONT></li>
</OL>
</OL><hr>
<H1><li><b><i><u>Output Devices</u></i></b></li></H1>
<OL type="i">
<H2><li><FONT COLOR="TOMATO">Monitor</FONT></li>
<OL type="a">
<li><FONT COLOR="TOMATO">LCD</FONT></li>
<li><FONT COLOR="DARKSLATEGRAY">CRT</FONT></li></OL>
<li><FONT COLOR="INDIGO">Printers</FONT></li>
<OL type="a">
<li><FONT COLOR="TOMATO">Impact Printers</FONT></li>
<li><FONT COLOR="DARKSLATEGRAY">Non Impact Printers</FONT></li></Ol>
</OL>
</BODY>
</HTML>
B) Design a web page to display the different courses available in your Institute. Show
the use of different types of Ordered Lists.

<HTML>
<HEAD>
<TITLE>
AMAN KUMAR ASSIGNMENT 6B
</TITLE>
</HEAD>
<BODY>
<H1><P ALIGN="LEFT"><FONT COLOR="MAROON"><B><U>COURSES
OFFERED</U></B></FONT></P></H1>
<ol type="I"><H1>
<li>Undergraduate</li>
<li>Postgraduate</li></ol></h1>
<ol type="I">
<h1><li><font color="red"><u>Undergraduate</u></font></li>
<h2><ol type="a">
<li>Bachelor of Business Administration(BBA)</li>
<li>Bachelors of Computer Applications(BCA)</li>
<li>Bachelor of Commerce(B.COM)</li>
</ol>
<h1><li><font color="red"><u>Postgraduate</u></font></li>
<h2><ol type="a">
<li>Masters of Business Administration(MBA)</li>
<li>Masters of Computer Applications(MCA)</li>
<li>Masters of Commerce(M.COM)</li>
</ol>
</ol>
</BODY>
</HTML>
ASSIGNMENT-7

A) Create a web page with the following output.

<HTML>
<HEAD>
<TITLE>
AMAN KUMAR ASSIGNMENT 7A
</TITLE>
</HEAD>
<BODY>
<dl><h1>
<dt><u>SCHOOL</u></dt>
<dd>A place of study especially in a particular skill</dd>
</dl>
<dl><h1>
<dt><u>TEACHER</u></dt>
<dd>A person who teaches or educates others</dd>
</dl>
<dl><h1>
<dt><u>BOOK</u></dt>
<dd>A published work of literature, science or refrence or a work intended for
publications</dd>
</dl></h1>
</BODY>
</HTML>

B) Write A Code for Creating Definition List That Shows various input and output
devices With Description.

<HTML>
<HEAD>
<TITLE>
AMAN KUMAR ASSIGNMENT 7B
</TITLE>
</HEAD>
<BODY bgcolor="FFFAFA">
<h1><font color="CA226B"><p align="center"><i><u>INPUT AND OUTPUT
DEVICES</u></i></p></font></h1>
<h1><font color="F6358A"><i><u>INPUT DEVICES:-</u></i></h1>
<dl><h2>
<dt><u>MOUSE</u></dt>
<dd>A small handheld device which is moved across a mat or flat surface to move the cursor
on a computer screen.</dd>
</dl>
<dl><h2>
<dt><u>SCANNER</u></dt>
<dd>A device that scans documents and converts them into digital data.</dd>
</dl></h2><br>
<h1><font color="F6358A"><i><u>OUTPUT DEVICES:-</u></i></h1>
<dl><h2>
<dt><u>PRINTER</u></dt>
<dd>A machine for printing text or pictures, especially one linked to a computer.</dd>
</dl>
<dl><h2>
<dt><u>MONITOR</u></dt>
<dd>A device used for observing, checking, or keeping a continuous record of
something.</dd>
</dl></h2>
</BODY>
</HTML>

C) Create a web page to show the ordered, unordered and definition list with respect to
college courses.

<HTML>
<HEAD>
<TITLE>
AMAN KUMAR ASSIGNMENT 7C
</TITLE>
</HEAD>
<style>
body
{background-image:linear-gradient(to bottom, #33ccff 0%, #ff99cc 100%);
}
</style>
<body>
<h1><font color="36013F"><p align="center"><i><u>INSTITUTE OF INNOVATION IN
TECHNOLOGY AND MANAGEMENT</u></i></p></h1>
<h1><i><u>Courses Offered</u></i></p></h1>
<ol><h2>
<li>UG Courses</li>
<li>PG Courses</li></ol><br>
<h1><i><u>UG Courses</u></i></p></h1>
<dl><h2>
<dt><u>BCA</u></dt>
<dd>The three year BCA programme being run in IITM and Management is affliated to
GGSIPU. The norms and
standards for the delievery of the course is laid down by GGSIPU</dd>
<dt><u>BBA</u></dt>
<dd>The three year BBA programme being run in IITM and Management is affliated to
GGSIPU. This programme
consists of different Subjects related to Management and business.The norms andstandards
for the delievery
of the course is laid down by GGSIPU</dd>
<dt><u>BCOM</u></dt>
<dd>The three year BCOM programme being run in IITM and Management is affliated to
GGSIPU. This programme
consists of different Subjects related to Commerce.The norms andstandards for the delievery
of the course is laid down by GGSIPU</dd>
</dl><br>
<h1><i><u>PG Courses</u></i></p></h1>
<ul><h2>
<li>MCA</li>
<li>MBA</li>
<li>MCOM</li></ol><br>
</BODY>
</HTML>
ASSIGNMENT-8

A) Design a web page to show the college information along with background image.
<HTML>
<HEAD>
<TITLE>
AMAN KUMAR ASSIGNMENT 8A
</TITLE>
</HEAD>
<style>
body{background-image:url("Picture.png");
background-repeat:no-repeat;
background-size:100% 100%
}
</style>
<BODY>
<center><h1><font color="2B1B17"><i><u>INSTITUTE OF INNOVATION IN
TECHNOLOGY AND MANAGEMENT</u></i></h1>
<h1>Affiliated to GGSIP University, ‘A’ Grade by GNCTD & Assessed as ‘A+’ by SFRC
NAAC Accredited & ISO 9001-2008 Certified Institute</h1></center>
<p><h2>The Institute aims to develop as a Centre of Excellence for imparting technical
education and generating
competent professionals with a high degree of credibility, integrity andethical standards. The
Institute is
passionate about grooming leaders who are not only thorough professionals, but also good
human beings with
values and “sanskars”.</p>
<p>Education is a life-long process, but it must develop from firm and broad foundation. The
goal of the
Institute is to inculcate in the students a love for learning and a desire to excel atevery level.
The Institute also aims at equipping the students with the intellectual and practicalskills that
are necessary
to meet the inevitable challenges in the future.</p>
<p>The Institute has a sprawling campus where undergraduate programs in information
technology and management are
run in affiliation with Guru Gobind Singh Indraprastha University, Delhi and are approved by
the Government of
NCT of Delhi. The campus provides a pleasant and intellectually stimulating ambience. It has
spacious Air-Conditioned
lecture theatres, computer labs with P-IV Dual-core machines, a well stocked library and
other essential infrastructural
facilities.</h2></p>
</BODY>
</HTML>

B) Design a web page to insert Three Images Aligned Left, Right and Centre. Also
Change the Background Color to Blue and Give a Suitable Heading to The Web Page.

<HTML>
<HEAD>
<TITLE>
AMAN KUMAR ASSIGNMENT 8B
</TITLE>
</HEAD>
<body bgcolor="87CEFA">
<h1><center><font color="551606"><u><i>Indian Institutes of
Management</i></u></font></center></h1>
<br>
<hr><hr><br>
<img src="A.jpg" align="left"height="50%" width="32%" border="5">
<img src="B.jpeg" align="center" height="50%" width="32%" border="5">
<img src="C.png" align="right" height="50%" width="32%" border="5">
</body>
</HTML>
ASSIGNMENT-9

A) Design a webpage to show your name as marquee in the CV document.


<HTML>
<HEAD>
<TITLE>
AMAN KUMAR ASSIGNMENT 9A
</TITLE>
</HEAD>
<BODY bgcolor="beige">
<H1><p align="center"><u>Curriculum vitae</u></p></H1><hr><hr>
<MARQUEE> <H3><p align="center"><u>NAME</u><br><br>AMAN KUMAR
</MARQUEE><hr>
<H2><p align="center"><b><u>OBJECTIVE</u></b></p></H2>
<H4><p align="center">Gaining public speaking experience to become a senior
manager</p></H4><hr>
<pre>
<H2><p align="center"><b><u>EDUCATIONAL QUALIFICATIONS</u></b></p></H2>
<H4><p align="center">Finished 10<sup>th</sup> class with 90% and 12<sup>th</sup>
class with 75% marks.</p></H4><hr>
</pre>
<H2><p align="center"><b><u>ACIEVEMENTS</u></b></p></H2>
<H4><p align="center">Re-organized something to make it work better.<br>
Identified a problem and solved it.<br>
Come up with a new idea that improved things.<br>
Developed or implemented new procedures or systems.<br>
Worked on special projects.<br>
Received awards.</p></H4><hr>
<H2><p align="center"><b><u>STRENGTH</u></b></p></H2>
<H4><p align="center">My greatest strength is my writing skills. I work well under
pressure, and I've never missed a deadline.
</p></H4><hr>
<H2><p align="center"><b><u>HOBBIES</u></b></p></H2>
<H4><p align="center">Travel.<br>
Volunteering, community service or charity work.<br>
Sports such as competing on a team or in a league, hiking or other exercise.<br>
Creative arts, including writing, music, painting and crafts.<br>
Gardening.</p></H4><hr>
<H2><p align="center"><b><u>PERSONAL DETAILS</u></b></p></H2>
<H4><p align="center">Name- Aman Kumar<br>
Age-20<br>
Gender- male<br>
</p></H4><hr>
</BODY>
</HTML>
B) Design a web page having various image directions as marquee.
<HTML>
<HEAD>
<TITLE>
AMAN KUMAR ASSIGNMENT 9B
</TITLE>
</HEAD>
<body bgcolor="87CEFA">
<h1><center><font color="551606"><u><i>Indian Institutes of
Management</i></u></font></center></h1>
<hr><hr><br>
<MARQUEE direction="up"><img src="A.jpg" align="left"height="20%" width="20%"
border="5"></MARQUEE>
<MARQUEE direction="right"><img src="B.jpeg" align="center" height="20%"
width="20%" border="5"></MARQUEE>
<MARQUEE direction="down"><img src="C.png" align="right" height="20%"
width="20%" border="5"></MARQUEE>
<MARQUEE direction="left"><img src="A.jpg" align="left"height="20%" width="20%"
border="5"></MARQUEE>
</body>
</HTML>
C) Design a web page to compare the speed of different text in the marquee tag.

<HTML>
<HEAD>
<TITLE>
AMAN KUMAR ASSIGNMENT 9C
</TITLE>
</HEAD>
<body bgcolor="87CEFA">
<MARQUEE scrollamount="5%"><H1>Institute of Innovation in Technology and
Management</H1></MARQUEE>
<MARQUEE scrollamount="10%"><H1>Institute of Information Technology and
Management</H1></MARQUEE>
<MARQUEE scrollamount="15%"><H1>Indian Institute of
Management</H1></MARQUEE>
<MARQUEE scrollamount="20%"><H1>Indian Institute of Information and
Technology</H1></MARQUEE>
</body>
</HTML>
ASSIGNMENT-10

A) Design a web page to display your college with hyperlink.


<HTML>
<HEAD>
<TITLE>
AMAN KUMAR ASSIGNMENT 10A
</TITLE>
</HEAD>
<BODY bgcolor="AAF0D1">
<H1><p align="center"><u><i>INSTITUTE OF INNOVATION IN TECHNOLOGY AND
MANAGEMENT</i></u></p></H1><br><br>
<img src="iitm.jpg" align="right" height="50%" width="32%" border="2">
<br><br><center><H1><a href="HOME.html"><u>HOME</u></p></a>
<a href="FACULTY.html"><u>FACULTY</u></p></a>
<a href="COURSE.html"><u>COURSE</u></p></a>
<a href="ACTIVITY.html"><u>ACTIVITY</u></p></H1></a>
</center>
</BODY>
</HTML>
B) Design a web page to Display the Syllabus of BBA, Clicking on Each Subject Should
Open Its Description in A New Document.
<HTML>
<HEAD>
<TITLE>
AMAN KUMAR ASSIGNMENT 10B
</TITLE>
</HEAD>
<BODY bgcolor="AAF0D1">
<H1><p align="center"><u><i>INSTITUTE OF INNOVATION IN TECHNOLOGY AND
MANAGEMENT</i></u></p></H1><br><br>
<H1><p align="center"><u><i>BBA SYLLABUS</i></u></p></H1><br>
<br><br><center><H1><a href="BBA 102 Cost Accounting.html"><u>BBA 102-Cost
Accounting</u></p></a>
<a href="BBA-104 –Decision Techniques for Business.html"><u>BBA 104-Decision
Techniques for Business</u></p></a>
<a href="BBA 108-E-Commerce.html"><u>BBA 108-E-Commerce </u></p></a>
<a href="BBA 110-Business Communication.html"><u>BBA 110-Business
Communication</u></p></a>
</center>
</BODY>
</HTML>
C) Create a web page to show the input and output devices with image. Clicking on each
input and output device should give its description in a new document.
<HTML>
<HEAD>
<TITLE>
AMAN KUMAR ASSIGNMENT 10C
</TITLE>
</HEAD>
<BODY bgcolor="FDD7EA">
<H1><p align="center"><u><i>INPUT DEVICES</i></u></p></H1>
<p align="center"><a href="mouse.html">
<img src="mouse.jpg" width="250px" height="250px" border="2">
<center><H1>MOUSE</H1></a><hr><hr>
<H1><p align="center"><u><i>OUTPUT DEVICES</i></u></p></H1>
<p align="center"><a href="printer.html">
<img src="printer.jpg" width="250px" height="250px" border="2">
<center><H1>PRINTER</H1></a>
</BODY>
</HTML>
ASSIGNMENT-11

A) Create a static web page which defines all text formatting tags of HTML in tabular
format.
<HTML>
<HEAD>
<TITLE>
AMAN KUMAR ASSIGNMENT 11A
</TITLE>
</HEAD>
<BODY bgcolor="FFDFDD">
<center><h1>HTML FORMATTING</h1>
<table border="5" cellspacing="5" cellpadding="10">
<tr>
<th>HTML TAGS</th>
<th>DESCRIPTION</th>
</tr>
<tr>
<td>u</td>
<td>It is used to underline the text</td>
</tr>
<tr>
<td>i</td>
<td>It is used to Italic the text</td>
</tr>
<tr>
<td>strong</td>
<td>It is used for important text</td>
</tr>
<tr>
<td>em</td>
<td>It is used for Emphasizing the text</td>
</tr>
<tr>
<td>mark</td>
<td>It is used to mark the text</td>
</tr>
<tr>
<td>small</td>
<td>It is used for smaller text</td>
</tr>
<tr>
<td>del</td>
<td>It is used for deleted text</td>
</tr>
</BODY>
</HTML>
B) Design a table as follows:

<HTML>
<HEAD>
<TITLE>
AMAN KUMAR ASSIGNMENT 11B
</TITLE>
</HEAD>
<BODY bgcolor="FFDFDD">
<center><h1><u><i>BBA MARKSHEET</i></u></h1>
<table border="5" cellspacing="0" cellpadding="10">
<tr>
<th>ROLL NO.</th>
<th>NAME</th>
<th>COURSE</th>
<th>MARKS</th>
</tr>
<tr align="center">
<td>1</td>
<td>Ajay Kumar</td>
<td>BBA</td>
<td>77</td>
</tr>
<tr align="center">
<td>2</td>
<td>Kavita Sharma</td>
<td>BCA</td>
<td>62</td>
</tr>
<tr align="center">
<td>3</td>
<td>Rohit Garg</td>
<td>BBA CAM</td>
<td>87</td>
</tr>
<tr align="center">
<td>4</td>
<td>Pooja Kapoor</td>
<td>BBA</td>
<td>67</td>
</tr>
<tr align="center">
<td>5</td>
<td>Mohit Gupta</td>
<td>BBA CAM</td>
<td>72</td>
</tr>
</table>
</BODY>
</HTML>
C) Create A Table Using Cellpadding, Cellspacing, Colspan And Rowspan Which
Shows The Prices Of Various Cars Of Different Brands.
<HTML>
<HEAD>
<TITLE>AMAN KUMAR ASSIGNMENT 11C</TITLE>
</HEAD>
<BODY bgcolor="FDD7E4">
<CENTER>
<H1><u>CAR BRANDS</u></H1>
<TABLE CELLSPACING="5" CELLPADDING="25" BORDER="4">
<tr>
<th colspan="3">CAR BRANDS</th>
</tr><tr>
<th>BRANDS</th>
<th>CAR NAME</th>
<th>PRICE</th>
</tr><tr>
<td rowspan="2" align="center">AUDI</td>
<td>Audi Q7</td>
<td>89 Lakhs</td></tr><tr>
<td>Audi A6</td>
<td>65 Lakhs</td>
</tr><tr>
<td rowspan="2" align="center">BMW</td>
<td>BMW X5</td>
<td>95 Lakhs</td></tr><tr>
<td>BMW X7</td>
<td>1.78 Crore</td>
</tr><tr>
<td rowspan="2" align="center">HONDA</td>
<td>Honda City</td>
<td>15 Lakhs</td></tr><tr>
<td>Honda Amaze</td>
<td>12 Lakhs</td></tr>
</table>
</body>
</html>

D) Design a table as follows:


<HTML>
<HEAD>
<TITLE>AMAN KUMAR ASSIGNMENT 11D</TITLE>
</HEAD>
<BODY>
<CENTER>
<H1><u>MARKS RECORD</u></H1>
<TABLE CELLSPACING="0" CELLPADDING="10" BORDER="5">
<tr>
<th colspan="6">IP University Courses</th>
</tr>
<tr>
<th colspan="3">PG</th>
<th colspan="3">UG</th>
</tr>
<tr>
<th>BBA</th>
<th>BCA</th>
<th>B.TECH</th>
<th>MBA</th>
<th>MCA</th>
<th>M.TECH</th>
</tr>
<tr align="center">
<td>240</td>
<td>100</td>
<td>175</td>
<td>245</td>
<td>140</td>
<td>140</td>
</tr>
</table>
</body>
</html>

E) Design a web page to display the following table with hyperlinks on department
name for every information inside the table.

<HTML>
<HEAD>
<TITLE>AMAN KUMAR ASSIGNMENT 11E</TITLE>
</HEAD>
<BODY bgcolor="E0FFFF">
<CENTER>
<H1><u>CORSES AVAILABILITY</u></H1>
<TABLE CELLSPACING="0" CELLPADDING="20" BORDER="5">
<tr>
<th rowspan="2">SERIAL NO.</th>
<th rowspan="2">DEPARTMENT NAME</th>
<th colspan="2">COURSES</th>
</tr><tr>
<th>UG</th>
<th>PG</th></tr>
<tr>
<td align="center">1</td>
<td align="center"><a href="Computer Science.html">Computer Science</a></td>
<td>Yes</td>
<td>Yes</td></tr>
<tr>
<td align="center">2</td>
<td align="center"><a href="Maths.html">Maths</a></td>
<td>Yes</td>
<td>Yes</td></tr>
<tr>
<td align="center">3</td>
<td align="center"><a href="Chemistry.html">Chemistry</a></td>
<td>No</td>
<td>Yes</td></tr>
<tr>
<td align="center">4</td>
<td align="center"><a href="Commerce.html">Commerce</a></td>
<td>Yes</td>
<td>Yes</td></tr>
</table>
</body>
</html>
ASSIGNMENT-12

A) Design a HTML web page of your favorite movie. Give an attractive background
colour and image.
<HTML>
<HEAD>
<TITLE>
AMAN KUMAR ASSIGNMENT 12A
</TITLE>
</HEAD>
<FRAMESET COLS="30%,70%">
<frame src="movie.html"></frame>
<frame src="https://en.wikipedia.org/wiki/Pride_%26_Prejudice_(2005_film)"></frame>
</FRAMESET>
</HTML>
B) Design a frame as follows:

<HTML>
<HEAD>
<TITLE> AMAN KUMAR ASSIGNMENT 12B </TITLE>
</HEAD>
<frameset rows="20%,80%" bordercolor="93FFE8">
<frame name="top" src="top.html"/>
<frameset cols="30%,70%">
<frame name="left"></frame>
<frame name="result"></frame>
</frameset>
</frameset>
</HTML>
C) Design a frame as follows:

<HTML>
<HEAD>
<TITLE> AMAN KUMAR ASSIGNMENT 12C </TITLE>
</HEAD>
<frameset cols="30%,70%" bordercolor="93FFE8">
<frame name="first" src="menu.html"/>
<frameset rows="50%,50%">
<frame name="top"></frame>
<frame name="bottom"></frame>
</frameset>
</frameset>
</HTML>
ASSIGNMENT-13

A) Design a student registration form.


<html>
<head>
<title> AMAN KUMAR ASSIGNMENT 13A </title>
</head>
<body bgcolor="beige">
<h2><center><i><u> STUDENT REGISTRATION FORM </u></i></h2><br><br>
<center><b>
<form>
FIRST NAME <input type="text" name="first name"><br><br>
LAST NAME <input type="text" name="Last name"><br><br>
CONTACT No. <input type="number" name="number"><br><br><br>
GENDER:<br><br>
<input type="radio" name="gender" value="male" > Male<br><br>
<input type="radio" name="gender" value="female"> Female<br><br>
<input type="radio" name="gender" value="other">Other<br><br>
COURSE:<br><br>
<input type="radio" name="course" value="BBA" > BBA<br><br>
<input type="radio" name="course" value="BCA"> BCA<br><br>
<input type="radio" name="course" value="B COM">B.COM <br><br>
SELECT ANY (two) subjects:<br><br>
<input type="checkbox" name="subject" value="E.COM" > E-commerce<br><br>
<input type="checkbox" name="subject" value="CA"> Cost Accounting<br><br>
<input type="checkbox" name="subject" value="B-COMM"> Business
Communication<br><br>
<input type="submit" value="Submit">
</form></b></center>
</body>
</html>
C) Design a form as shown below:
<html>
<head>
<title> AMAN KUMAR ASSIGNMENT 13C </title>
</head>
<body bgcolor="beige">
<h2><font color="4169E1"> BASIC INFORMATION </font></h2><br>
<form><b>
FULL NAME <input type="text" name="full name"><br><br>
BIRTH DATE <input type="NUMBER" name="BIRTHDATE"><br><br>
GENDER:
<input type="radio" name="gender" value="male" > Male
<input type="radio" name="gender" value="female"> Female<br><br>
ADDRESS <input type="text" name="ADDRESS"><br><br>
PHONE No. <input type="number" name="number"><br><br>
<h2><font color="4169E1"> EXTRA INFORMATION </font></h2><br>
INTERESTS:
<input type="checkbox" name="subject" value="BOOKS" > BOOKS
<input type="checkbox" name="subject" value="MOVIES"> MOVIES
<input type="checkbox" name="subject" value="MUSIC"> MUSIC<br><br>
FAVOURITE COLOR <input type="text" name="favourite color"><br><br>
<input type="Submit" value="Send data">
<input type="submit" value="Reset form">
</form>
</body>
</html>
ASSIGNMENT-14
A) Design a Web Site with the name as HTML tutorial with following specifications:
Make following hyperlinks (i.e. 5 different web pages):
Formatting Styles and Headings: Include Bold, italics, Underline, Strike, Subscript,
superscript and all six type of headings
Font Styles and Images: Font tag, Image tag
Anchor: Internal (linking within page) and External (linking with other documents)
links
Marquee: Move text, image and hyperlink
Other tags: br, hr, pre, p,

Include following specifications:


1. In all these web pages only mention about use, attributes apply them.
2. Insert a background image on home page
3. Make all the topics as hyperlinks and go to some other page for description.
4. Insert a marquee showing HTML Tutorial as moving text.
5. After every tag put a horizontal line
6. Use different font styles and colors for each definition.
7. On every page, make a hyperlink for going back to home page.

<html>
<head>
<title> AMAN HTML TUTORIAL </title>
</head>
<h1><marquee><i> HTML tutorial </marquee></i></h1>
<h2> Click the links given below to know about some interesting HTML tags.</h2>
<b><body background="bg14.jpg" link="Red">
<hr><hr>
<ul>
<li><a STYLE="background-color: beige" href="1.HTML">Formatting styles and Headings
</a><br><br>
<li><a STYLE="background-color: beige" href="2.html">Font styles and Images
</a><br><br>
<li><a STYLE="background-color: beige" href="3.html">Anchor</a><br><br>
<li><a STYLE="background-color: beige" href="4.html">Marquee</a><br><br>
<li><a STYLE="background-color: beige" href="5.html">Other tags </a><br><br>
</ul>
<hr>
</body>
</html>
B) Design your college website displaying all information about your college.
<html>
<head>
<title> AMAN KUMAR ASSIGNMENT 14 B </title>
</head>
<center><imgsrc="logo.png" style-width="100" height="130"></center><br>
<ul class="social-icons default">
<a title="Twitter" target="_blank"
href="https://twitter.com/IITMJanakpuri"><imgsrc="twitter.jpg" style-width="40"
height="30"></a>
<a title="LinkedIn" target="_blank"
href="https://www.linkedin.com/in/IITMJanakpuri"><img src="download.png" style-
width="40" height="30"></a>
</ul></div>
<marquee><b><i><font size="4" color="maroon"> Institute of Innovation in Technology
and Management </font></i></b></marquee>
<body bgcolor="cyane">
<button type="button"><a href="http://iitmjp.ac.in/index.php/about-the-institute/">About
Us!</a></button>
<button type="button"> Courses
<select name="courses" id="courses">
<option value="file:///F:/14b/bba.html">BBA</option>
<option value="iitmjp.ac.in/index.php/bca/"><a
href="iitmjp.ac.in/index.php">BCA</a></option>
<option value="iitmjp.ac.in/index.php"><a href="iitmjp.ac.in/index.php">B
COM</a></option>
</select>
</button>
<button type="button"><a href="http://iitmjp.ac.in/index.php/bba-2/">Result
</a></button><br><br>
<imgsrc="IITM-Janakpuri.jpg" style- width="40%" height="40%">
<imgsrc="dept.jpg" style- width="40%" height="40%">
<imgsrc="ab.jpg" style- width="40%" height="40%">
<imgsrc="maxresdefault.jpg" style- width="40%" height="40%">
</body>
</html>

You might also like