0% found this document useful (0 votes)
200 views4 pages

IT Report File - Part 2 (Table, Form and CSS)

The document provides instructions to create HTML code for various tables, web pages and a feedback form using internal and external CSS styling. It includes directions to generate code for two tables with different border and cell properties, an informational web page about important documents with specified styling and links, and a feedback form with a dropdown box for ratings. The instructions provide details on tags, attributes, and CSS properties to include.

Uploaded by

Raghav Sagar
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
0% found this document useful (0 votes)
200 views4 pages

IT Report File - Part 2 (Table, Form and CSS)

The document provides instructions to create HTML code for various tables, web pages and a feedback form using internal and external CSS styling. It includes directions to generate code for two tables with different border and cell properties, an informational web page about important documents with specified styling and links, and a feedback form with a dropdown box for ratings. The instructions provide details on tags, attributes, and CSS properties to include.

Uploaded by

Raghav Sagar
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
Download as pdf or txt
You are on page 1/ 4

CLASS: X

IT – REPORT FILE
(TABLE, FORMS, CSS)

1. Write the html code to generate the following table:

EXAMINATIONS
English
Term 1
Physics
Class X
Maths
Science
Term 1
Computer Applications
Class IX
Punjabi

a) Border size is 4, color of border is red.


b) Background color of table is silver.
c) Width of table is 300.
d) Align data as given in table.
e) Apply colspan or rowspan as per requirement.
f) Caption of table is EXAMINATIONS.
g) Start the coding from <html> tag.
2. Write the html code to generate the following table:

CHANNELS
Category 1 Category 2 Category 3
Star Plus Zee TV Colors
Star Bharat Zee Cinema Sab TV
No Channel

1) Border size is 6, color of border is blue.


2) Background color of table is aqua.
3) Width of table is 300 and height is 200.
4) Space between cells is 10 pixels.
5) Align data as given in table.
6) Apply colspan or rowspan as per requirement.
7) Caption of table is CHANNELS.
8) Start the coding from <html> tag.
3. Write the html code to display the given web page:

IMPORTANT DOCUMENTS

Every citizen of India must have the following IDs proof:-


 Aadhar Card
 PAN Card
 Driving Licence
 Voter ID

For Online Registration please Contact Us

(a) Specification 1: background color of page is silver (use CSS property)


(b) Specification 2: title of page is “Documents”.
(c) Specification 3: Apply following CSS properties:
style of font is Arial
size of font is 20pt for heading, 16pt for rest of entire text.
color of heading is red, color for rest of the text is blue.
Heading is bold, underline, centrally aligned & in capitals.

(d) Specification 4: Insert appropriate image on the right side with height
& width 150.

(e) Specification 5: Pages linked with :


Aadhar Card – page.html
PAN Card – page2.html
Driving Licence – page3.html
VoterID – page4.html

(f) Specification 6: Hyperlink Contact Us is linked with email :


gov_document@gov.com

Note: Use Internal CSS stylesheet for the above page.


4. This question is same as Q3 but here students have to use External CSS
style sheet.

5. Write the html code to display the following feedback form on a webpage.

Note: Options for Rate our site drop down box are Amazing, Very Good,
Good and Average.

You might also like