0% found this document useful (0 votes)
12 views2 pages

HTML Revision Sheet

This document is a revision worksheet for Grade 7 Computer Science at Maxfort School, Paschim Vihar. It includes multiple-choice questions, definitions, and coding tasks related to HTML and CSS. The content covers various HTML tags, their attributes, and properties, as well as practical coding exercises for students to complete.

Uploaded by

smartella929
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)
12 views2 pages

HTML Revision Sheet

This document is a revision worksheet for Grade 7 Computer Science at Maxfort School, Paschim Vihar. It includes multiple-choice questions, definitions, and coding tasks related to HTML and CSS. The content covers various HTML tags, their attributes, and properties, as well as practical coding exercises for students to complete.

Uploaded by

smartella929
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/ 2

MAXFORT SCHOOL, PASCHIM VIHAR

REVISION
GRADE 7
COMPUTER

Q1 Choose the correct option:


(i) The default alignment for paragraph is
(a) left
(b) right
(c) center
(d) justified
(ii) Which tag is used to divide the web page into different sections by drawing a horizontal
line in web page?
a.) <HR>
b.) <BR>
c.) <EM>
d.) <P>
(iii) How many heading levels are there HTML5: .
a.) 3
b.) 5
c.) 6
d.) 8
(iv) The correct HTML code to display(A+B)2 is:
(a) <SUB>(A+) 2</SUB>
(b) A+B <SUP> 2 </SUP>
(c) ( A + B)<SUP> 2 </SUP>
(d) <SUP> (A+B) 2</SUP>
Q2, Define the following:
(a) HTML (b) <TITLE> tag (c)< BR> tag (d) center attribute (e) text-indent
Q3. Answer the following questions:
(a) Write the difference between text-transform and text decoration?
(b) Define <Hn> tag and write its syntax along with various attributes?
(c) Explain the use of background properties and its various attributes?
(d) Write the difference between <Sub> and <Sup> tags?
(e) Explain paragraph tag and its various properties?
Q4. Write the following HTML CSS code:
(i) To set background color for the second level heading as heading as “yellow”
containing the text “Cycle-4 ”
(ii) Set margins center of the body tag to 3px each.

Q5. Match the following HTML tags/attribute with their use.


(A) <left-margin> (i) specify the repetition of an image on the web
page
(B) <background- repeat> (ii) specifies the font to be used
(C) <font-family> (iii) it is used to set left margin for any web page element

You might also like