NEW
Font size
Worksheetsstudy guide for web design
Total questions: 24
Worksheet time: 18mins
<h1> is an example of a _______.
Headline Tag
Paragraph Tag
filename
<p> is a _______ tag.
image
paragraph
filename
Web pages starts with which of the following tag?
<form>
<HTML>
<body>
<Title>
Which of the following is the code for a paragraph to be blue?
<td style=“background-color:blue;”>
<h1 style=“font-size:60px;”>
<p style=“color:blue;”>
<tagname style=“property:value;”>
How can you make a list that has no particular order?
<ol> </ol>
<ul> </ul>
<ol> <li>
<li> </ul
Every element of html coding must have an opening and closing tag.
True
False
</header> is
Which comes first in your HTML document?
<html>
<doctype>
<!DOCTYPE html>
<Title HTML>
The LAST tag on a HTML document
</body>
<html>
</html>
None on the above
HTML is the language used to create .....
Web Pages
iPad Applications
Mobile Applications
Games
Which one is the smallest heading?
h1
h2
h4
h6
Which tag is used to bold text?
<bd>
<bo>
<b>
<bold>
What is the missing symbol?
;
:
=
""
Which can be used to identify MORE THAN ONE element?
id
class
What is the CSS property that can be used to add space around an HTML element?
float
margin
border-width
background-color
TRUE OR FALSE: HTML is used to style web pages.
True
False
TRUE OR FALSE: CSS is used to style web pages
True
False
TRUE OR FALSE: HTML is used to add content to web pages.
True
False
Which CSS property is used to change the background color?
color
background-image
background-color
border-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
