Font size
WorksheetsGrade 9_Review Test
Total questions: 82
Worksheet time: 48mins
You’re designing a header and want its text to appear in bright red. Which property will you apply?
font-color
color
text-style
background-color
A client insists that all paragraph text should use Arial. Which property achieves this?
font-style
font-family
font-weight
text-align
You plan to enlarge a heading using centimeters as the unit. Which of these is NOT valid for size?
px
pt
cm
kg
Your design requires all headings to appear bold. Which property should you use?
font-style
font-weight
font-family
text-decoration
You need to center-align text inside a navigation bar. Which property will you choose?
text-align
text-decoration
font-style
word-spacing
To underline all links in the footer, which value is correct?
none
underline
overline
line-through
Your heading looks cramped; you want extra space between letters. Which property helps?
word-spacing
letter-spacing
line-height
text-align
For better readability, you want more space between words in a paragraph. Which property applies?
letter-spacing
word-spacing
text-align
font-size
You need to increase the space between lines in a block of text. Which property should you use?
line-height
letter-spacing
word-spacing
font-weight
You want a paragraph’s weight to be normal. Which keyword represents this?
bold
normal
lighter
bolder
The page background should be light blue. Which property will you use?
color
background-color
background-image
background-repeat
You need to add a company logo as the header’s background. Which property is correct?
background-color
background-image
background-size
background-position
The background image should appear only once. Which value will you use?
repeat
no-repeat
repeat-x
repeat-y
To make the background image cover the entire section, which property sets its size?
background-size
background-position
background-repeat
background-color
You want the background image positioned at the top-right corner. Which property applies?
background-size
background-position
background-repeat
background-color
The sidebar should have a width of 300px . Which property will you use?
height
width
margin
padding
You want the banner’s height to be 150px . Which property should you use?
width
height
margin
padding
To add space outside an element for separation, which property is correct?
margin
padding
border
width
You want space inside an element around its content. Which property applies?
margin
padding
border
height
The button should have rounded corners. Which property will you use?
border
border-radius
padding
margin
You need to change an element from block to inline. Which property will you use?
position
display
float
clear
To set an element’s positioning method (absolute, relative, fixed), which property applies?
display
position
float
clear
You want an image aligned to the left side of text. Which property will you use?
display
position
float
clear
To stop text from wrapping around a floated image, which property should you use?
display
position
float
clear
You want a flexible container for responsive design. Which display value is correct?
block
inline
flex
grid
An image should appear semi-transparent. Which property will you use?
opacity
visibility
color
background-color
You need a shadow around a card element. Which property applies?
text-shadow
box-shadow
opacity
border
To add a shadow behind text in a heading, which property is correct?
box-shadow
text-shadow
opacity
border
When hovering over a button, the mouse pointer should change to a hand icon. Which property applies?
cursor
overflow
visibility
display
You need to control whether content scrolls or hides when overflowing its container. Which property will you use?
cursor
overflow
visibility
opacity
What does HTML stand for?
Hot Typing Markup Language
Home Typing Modern Language
Hyper Text Markup Language
Home Testing Mixed Language
Which one of the following headers has the correct HTML syntax?
<h1>Welcome</h1>
{{h1}}Welcome{{:h1}}
{h1:Welcome}
{h1:Welcome/}
What is a correct HTML markup for the document type declaration?
<!DOCTYPE html>
DOCTYPE html;
--DOCTYPE html;Bottom of Form
(!DOCTYPE html)
This tag is use to close the HTML documents.
</html>
<//html>
<html;>
<html>
Which of the following is the largest heading?
h1
h3
h4
h6
Which Tag defines a paragraph
<pr>
<p>
<para>
<par>
The end tag is written like the start tag, but with a forward slash inserted before the tag name. Which is the following is an example of a correct end tag?
<p>
<p/>
</p>
</p/>
What do you call a program that interprets HTML?
Webpage
Website
Web browser
Web
Which is the correct syntax for a link?
<a href="url">link text</a>
<a href="url" link text>
<a href=url>link text</a>
<a href="url" link text</a>
Which attribute contains the URL to a linked web page?
href
type
src
name
How can you make a list that has no particular order?
<ol> </ol>
<ul> </ul>
<ol> <li>
<li> </ul
Which of the following is the proper format for an HTML tag?
>h1<Content Affected by Tag >/h1<
<h1>Content Affected by Tag<h1>
<h1 Content Affected by Tag />
<h1>Content Affected by Tag</h1>
src attribute in an image tag means what?
Source of the image
Name of the image
Description of the image
Not used with image tag
Which list tag would you use for an ordered list
<h1></h1>
<ol></ol>
<ul></ul>
<a></a>
the main heading in a web document?
File extension name of HTML document.
.htm
.html
.xml
.docs
How do you set the alignment of a text in HTML?
align="center"
text-align="center"
style="text-align: center;"
All of the above
Which property is used to control the font size of text in HTML?
font
text-size
font-size
size
A developer wants to create rounded corners for an image inside a table. Which property should be applied?
border-width
border-radius
border-style
border-corner
A web developer wants to center-align text inside all table cells. Which property should be used?
text-align: center;
align: center;
table-text-align: center;
center-text: yes;
What property is used to change the background color of a table?
color-background
bgcolor
table-background
background-color
How can you apply a specific font family to all text within a table?
font: Arial;
text-font: Arial;
table-font: Arial;
font-family: Arial;
How can you add a padding?
padding-cell: 10px;
cell-padding: 10px;
padding: 10px;
table-padding: 10px;
Which property is used to set the width of an image?
border-width
table-size
width
table-width
How can you change the text color of all headers in a body?
font-color: red;
header-color: red;
color: red;
text-color: red;
Which property is used to set the text color of an element?
background-color
font-color
text-color
color
What is the function of the <ul>
tag in HTML?
To create an unordered list
To underline text
To make text uppercase
To insert an image
Which of the following is NOT a valid HTML tag?
<nav>
<header>
<footer>
<sectioned>
Which property is used to change the background color?
background-color
color
bgcolor
background
Which property is used to control the font size of text?
font-size
text-size
size
font-style
Which tag is used to display a list of items in HTML?
<li>
<list>
<ul>
<ol>
Which attribute is used to specify an image's alternative text?
alt
src
title
image-text
Which tag is used to define the style section in an HTML document?
<css>
<link>
<script>
<style>
How do you center an element?
text-align: center;
margin: auto;
position: center;
align: center;
How do you add an image with an alternative description in HTML?
<img alt="Image description" src="image.jpg">
<image description="Image description" src="image.jpg">
<img src="image.jpg" alt="Image description">
<img description="Image description" src="image.jpg">
Which attribute is used to specify the width of an image in HTML?
height
width
size
dimensions
Which tag is used to make a text bold?
<strong>
<bold>
<b>
<big>
Which character is used to indicate an end tag?
*
/
\
|
Which HTML element is used to define an unordered list?
<list>
<ul>
<dl>
<ol>
What is the purpose of the alt attribute in an image tag?
To define the image height
To set the image width
To provide alternative text for the image
To specify the image source
Which HTML tag is used to create a line break?
<lb>
<line>
<break>
<br>
