
Fundamentals of Web Design
Quiz by Cardelia Brewer
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
- Q1
What is the primary purpose of HTML in web development?
To mark up and structure web document content.
To style and format web pages
To create dynamic animations and effects.
To program server-side functionality.
30s - Q2
Which of the following correctly describes a web page?
A program that runs exclusively on web servers.
A database management system.
A document that can display various media types through a web browser.
A collection of CSS files.
30s - Q3
What is the purpose of the Domain Naming System (DNS)?
To format HTML documents.
To store web pages.
To create website layouts.
To translate domain names to Internet Protocol (IP) addresses.
30s - Q4
Which file management practice is recommended for web development?
Storing all files in the root directory
Using long, detailed filenames
Using short, descriptive filenames without spaces
Using spaces in all filenames
30s - Q5
What is the difference between relative and absolute links?
Relative links are located relative to the current document.
Absolute links only work with local files.
Relative links are faster to load than absolute links.
Absolute links can only be used within the same website.
30s - Q6
How are HTML attributes written?
name="value'
[name=value]
{name:value}
name=>value
30s - Q7
What is the primary purpose of Cascading Style Sheets?
To structure web content.
To define how HTML elements should be displayed.
To create database connections.
To create interactive forms.
30s - Q8
Which CSS implementation method affects only one specific HTML element?
Internal Stylesheet
Inline Style
External Stylesheet
Global Style
30s - Q9
What is the correct way to write a CSS comment?
#This is a comment
/*This is a comment*/
*/This is a comment/*
//This is a comment
30s - Q10
What is the purpose of the 'alt' attribute in an image tag?
To resize the image.
To provide alternative text if the image cannot be displayed.
To link to another webpage.
To make the image load faster.
30s - Q11
What is the purpose of the <footer> element?
To define header content.
To style the bottom of the page.
To contain document or section footer information?
To create a navigation menu.
30s - Q12
Which method of CSS implementation provides the most consistent styling across multiple pages?
Inline Cascading Style Sheet
Browser Cascading Style Sheet
Internal Cascading Style Sheet
External Cascading Style Sheet
30s