NEW
Font size
WorksheetsWEB DEV 1
Total questions: 20
Worksheet time: 10mins
Why are we learning web development?
To play games
To use Facebook
To fix computers
To build websites
Who is a web developer?
Someone who repairs phones
Someone who designs logos only
Someone who builds websites
Someone who uses the internet
What is a website?
The internet itself
Interfaces displayed in a browser
A mobile phone
A computer program
What is a browser?
A software/tool we use to surf the internet
A programming language
A computer part
A website
Which of these is a browser?
Windows
Java
HTML
Google Chrome
Which tools are used to build a website?
Paint, Photoshop, Canva
HTML, CSS, JavaScript
Chrome, Firefox, Edge
Word, Excel, PowerPoint
What is the role of HTML?
Animations
Structure of the website
Hosting
Style and colors
What is the role of CSS?
Logic
Database
Structure
Style and design
What is the role of JavaScript?
Interactions and dynamics
Structure
Text and content
Style and design
Which tool can we use to write HTML code?
VS Code
Sublime Text
Notepad
All of the above
What type of file do we create for HTML?
.html
.css
.js
.txt
What does an HTML file usually contain?
<!DOCTYPE html>, head, body
Only text
Only images
Only CSS
Where do we put the visible content of the page?
Inside <title>
Inside <body>
Inside <!DOCTYPE>
Inside <head>
What is the role of the <title> tag?
Adds images
Shows text on the page
Shows the page title in the browser tab
Adds style
When we have a design, what do we do first in HTML?
Upload it online
Add colors
Structure it like a puzzle
Add animations
Why do we use containers (divs)?
To run the website
To organize elements on the page
To write JavaScript
To add colors
Which tag is used for a main title?
<span>
<div>
<h1>
<p>
Which tag is used for a paragraph?
<img>
<h1>
<button>
<p>
Which tag is used to display an image?
<img>
<src>
<pic>
<image>
Which tag is used to create a button?
<div>
<p>
<span>
<button>
