NEW
Font size
WorksheetsDay 01 - Welcome to Web Development
Total questions: 8
Worksheet time: 4mins
What is programming?
Writing random text for computers
Giving instructions to a computer to solve problems
Drawing pictures for web design
Typing commands directly in binary
Which of the following is NOT part of a website’s structure?
HTML
CSS
JavaScript
Browser
What does CSS stand for?
Computer Style Syntax
Creative Style Sheets
Cascading Style Sheets
Code Styling System
What happens when you type a URL into a browser?
The browser shuts down
The browser sends a request to a server and displays the response
The browser connects directly to your computer’s files
Nothing happens
Which is the correct sequence of web development building blocks?
HTML → JavaScript → CSS
CSS → HTML → JavaScript
HTML → CSS → JavaScript
JavaScript → CSS → HTML
What is the role of JavaScript in a website?
To define the structure of the page
To add styles and colors
To make the page interactive
To store the website on a server
Which of the following represents a simple "Hello, World" in HTML?
<p>Hello, World</p>
Hello, World!
<style>Hello, World</style>
<div>Hello, World!</div>
What’s the best mindset for learning programming?
Avoid making mistakes
Be curious, consistent, and patient
Memorize everything
Finish coding as quickly as possible
