NEW
Font size
WorksheetsWeb Dev Fun Challenge
Total questions: 10
Worksheet time: 3mins
When working in a team, what is a good practice?
Avoid collaboration
Disregard feedback
Focus only on personal tasks
Communicate openly
What’s the most fun part of web design?
Seeing your ideas come to life
Struggling with bugs (just kidding!)
Writing long lines of code without testing
Naming your files funny names
How do you add color to your web page’s background?
Use the <bgcolor> tag.
Add a background-color property in CSS.
Sprinkle magic dust on your screen.
Save the file as “color.html.”
Which HTML element is used to insert an image?
<body>
<title>
<img>
<link>
Which CSS property is used to center text?
align-text: middle;
center-text: true;
text-style: middle;
text-align: center;
Which command should you use to list all files and directories (excluding hidden ones)?
cat
ls -la
cd
ls
True or False: Responsive design means your website looks good on all devices.
True
False
What does an <h1> tag do?
Adds a hyperlink.
Starts a new paragraph.
Displays an image.
Makes text into a heading.
What does the following command ‘ls | wc -l ’ likely do?
Counts the number of lines in a file
Counts the number of files and directories
Lists all hidden files
What does CSS stand for?
Colorful Style Sheets
Computer Style Sheets
Creative Style Sheets
b) Cascading Style Sheets
