Computer Application Project
Computer Application Project
Technology Computer
Application -II
Lab File (214)
(2015-16)
Submitted To Submitted By
Mrs. Neha Kashyap Sandeep Kumar
(Asst. Prof. IT) (45790101715)
BBA (G)
Section - C
INDEX
S. NO. Contents Sign
1 What is HTML.
2 Write the 20 uses of HTML.
3 Create a web page using all Html Heads.
4 Create a web page Showing all Formatting
tags like font, colour etc.
5 Create a web page inserting image with
marquee tag .
6 Create a web page in HTML showing Order
List.
7 Create a web page in HTML showing Unorder
List.
8 Create a web page in HTML showing
Definition List.
9 Write a code in HTML to create hyper link of 4
pages with Anchor tag.
10 Create a code in HTML with Image map & use
Rectangle, Circle & Polygonal Coords.
11 Write a code in HTML to Create a Table with
heading, students recording.
12 Write code in HTML for creating an interactive
Form by using Text base, Radio, Check Box,
Option, etc.
13 Create a Home page in HTML to Insert nested
frames.
14 Create a webpage to access internal URL.
15 Write a programme in CSS to justify external
style sheet .
16 Write a programme in CSS to justify Internal
style sheet.
17 Write a programme in CSS to justify Inline
style sheet.
Q1. What is HTML?
HTML Stand For Hyper Markup Language. This Is Not A
Programming Language Like Java, Perl, C Or BASIC. It Is A Way
Of Describing How To A Set A Text And Image Should Be
Displayed To The Way Of Describing How A Set Of Text And
Image Should Be Displayed To The Viewer, Similar On Concept
To A Newspaper Editor's Markup Symbols.
The Document Prepared Through This Language Is A Special
Kind Text Document That Is Used By Web Browser To Present
Text And Graphics. The Text Includes Markup Tags Such As
<P> To Indicate The Start Of A Paragraph, And </P> To
Indicate The End Of A Paragraph.
Q2. Write the Uses of 20 HTML tags?