NEW
Font size
WorksheetsG7_Ch-7,8_HTML_Asmt-3_Revision
Total questions: 20
Worksheet time: 10mins
Identify the incorrect code:
Margin-top:10 cm
Margin:25px 15px 10px 15px
Margin-center:25 px
Margin-right: 20%
What is the extension of an HTML file?
.htmm
.xml
.hml
.html
The ___________ tag is used to display text in the largest size and is mainly used for main heading
<h1>
<h6>
<h4>
<h8>
Which among the following properties is used to convert the letters into uppercase, lowercase or capitalize the first letter of each word?
Text transform
Text converter
Text modify
Text Case
In ____________ method, we define the style rules separately in one file and then use it with any HTML documen
Inline
Embedded Style Sheet
Internal Style Sheet
External Style Sheet
Which of the property specifies breaking rules?
Word break
Page break
Paragraph break
Font break
_________________ property helps us in placing the picture or image at a desired place on the HTML documen
background-image
background-attachment
background-position
background-placing
______________ property is used to set the horizontal alignment of the text
Text Transform
Text Position
Text Decoration
Text Align
Element that is used to draw a horizontal line across the page is:
<br>
<hr>
<lr>
<h1>
This element is used in titles to emphasize the text
<h4>
<b>
<i>
<p>
This element can be used when we don't want the given information to get dispalyed in the browser
<hide>
<comment>
<title>
<body>
Which of he following tag is an example of Block level text?
<b>
<i>
<hr>
<br>
A property and its value, collectively is known as
Declaration
Selector
Rule
CSS
Which property has line-through as one of the possible values?
Text Style
Text Decoration
Text Transform
Text Align
_________ is the family of fonts which have plain ends
Serif
Sans-serif
Cursive
Monospace
____________ is the distance from each side of an element to the sides of the neighbouring elements.
Margin
Border
Line Height
None of these
The default value for the border width is
thin
thick
medium
none
Which of the value given below is invalid for the font-size poperty
big
small
medium
%
________ helps us to change the setting and appearance of individual characters in a line of text.
Text Properties
Font Properties
Border Properties
Margin Properties
Elements that contain both ON and OFF tag are called
Empty element
Container element
Text element
Block element
