Font size
WorksheetsGrade 08 Web Design Exam
Total questions: 25
Worksheet time: 25mins
What does HTML stand for?
Why is CSS used in web design?
What tag is used to start an HTML code? (Not the document type)
What is JavaScript used for on a web page?
What is the <head> tag used for in HTML?
The
section of an HTML page usually contains:The page title and links to CSS
Main text content
Images and videos
Paragraphs
Which tag is used for line breaks?
br
<br>
<break>
<brk>
Which attribute sets the image source in ?
src
href
link
path
What does CSS stand for?
Creative Style Sheet
Computer Style Sheet
Cascading Style Sheet
Code Style Script
Which property sets the background color in CSS?
color
font-color
bg-color
background-color
How do you change text color in CSS?
text-color: red;
color: red;
font-style: red;
style: red;
What symbol is used to select a class in CSS?
#
@
.
$
What property is used to make text bold in CSS?
text-weight
font-thick
font-bold
font-weight
How do you link a CSS file to an HTML file?
<css src="style.css">
<script href="style.css">
<link rel="stylesheet" href="style.css">
<style>style.css</style>
What does JavaScript do on a website?
Adds color
Structures text
Makes it interactive
Hosts the page
How do you write a JavaScript alert?
popup("Hello")
alert("Hello")
notice("Hello")
warn("Hello")
What is used to store values in JavaScript?
Labels
Tags
Variables
Links
What is the correct way to start a function in JavaScript?
function myFunc()
start myFunc()
newFunc = ()
begin myFunc()
JavaScript code is written inside which tag?
<script>
<body>
<b>
<code>
What symbol is used to end a line in JavaScript?
,
:
;
#
What makes a website easy to use?
Complex buttons
Clear layout
Small fonts
Too many colors
What does “responsive design” mean?
The website answers questions
The website adjusts to any screen size
The website has fast support
The website talks to users
Which of these is important for good readability?
Bright background
Tiny font
Good contrast
Flashy animation
Why should websites load quickly?
So they crash faster
To save space
So users don’t leave
For better images
What is important in a homepage design?
Confusing links
Clear information and navigation
Long loading videos
Hidden menus
