WorksheetsY10 ICT HTML/CSS
Total questions: 66
Worksheet time: 32mins
the main heading in a web document?
Which one of the following is a closing HTML tag?
<html />
</html>
<</html>>
<html>
Which tag is used to add an image?
<image>
<img>
<<img>>
</image>
Which of the following is the correct way to add an attribute?
<src>
classes:ids
id="title"
<id>
What symbol should you use to target an id in css?
.
+
id
#
What symbol should you use to target a class name in css?
#
()
.
class
What is the correct syntax to change the background color with css?
background-color: purple;
background-color = "purple";
backgroundcolor=orange
change-background-color: purple
TRUE OR FALSE: HTML is used to style web pages.
True
False
TRUE OR FALSE: CSS is used to style web pages
True
False
What is missing from this HTML skeleton?
<!DOCTYPE html>
<html>
<body>
</body>
</html>
<head></head>
<div></div>
<img></img>
<head>
What tag do you use to make a numbered list?
<list>
<ol>
<li>
<ul>
How do you change the font color with CSS?
font-color: green;
color: green;
change-font-color: green;
fontcolor=green;
TRUE OR FALSE: All tags require a closing tag.
True
False
Where should you put the link tag to connect your CSS and HTML file?
Between the <head> </head> in HTML
Between the <body> </body> in HTML
None of the above.
TRUE OR FALSE: HTML is used to add content to web pages.
True
False
CSS stands for
Code Style Sheet
Coding Style Sheet
Cascading Sheet Style
Cascading Style Sheet
Which is the correct CSS syntax?
body {color: yellow;}
body:color=yellow;
{body:color= yellow;}
{body;color: yellow;}
What symbol is used to indicate an end tag?
>
/
}
;
This symbol / is a
slash
backslash
division
exclamation mark
This symbol \ is a
slash
backslash
division
exclamation mark
p {color: red;}
p {color: red;}
p {color: red;}
True or False. One of the first steps in creating a website is defining the purpsoe of the website.
True
False
Which of the following are examples of how you can identify your target audience?
Age
Gender
Shoe size
The last thing you ate
Location
_________________________is the part of the internet URL selected and registered by an individual, bsuiness, or organization to represent their web presence.
Snapchat name
Domain name
Party name
Legal name
What possible fees can you incur when maintaining a website?
web hosting fees
domain registration
social media surcharge
URL fee
Advantages of using an online website builder include:
Time consuming
Very expensive
Low cost
Easy to learn
Disadvantages of using free hosting include:
advertising banners
free suppport
limited features
allows domain naming
no domain hosting
Before your website goes live you should ___________
Hope that everything looks fine
Ask your mother to look at it
Test the site
Remove all images
