Font size
WorksheetsWeb Dev - Workshop 1 QUIZ w/ HackClub SL
Total questions: 15
Worksheet time: 9mins
What is a website?
A mobile app
A collection of files stored on a computer
A social media account
A game
Where do website files usually live?
On your phone
On a server
Inside the browser
On WiFi
What is a server?
A robot
A special website which stores other websites.. srsly??
A "computer" that stores and shares websites
A browser
What happens "first" when you type a website URL?
The website just opens.. duhhh
The server asks you questions
The browser asks the "server" for files.
The website installs on your computer.. bruh
What does URL stand for?
Unique Resource Link
Universal Rickroll Link 😏
Uniform Resource Locator
U Really Lost?
Which of these is a static website?
YouTube
Personal portfolio
Amazon
Which language is the foundation of all websites?
Python
HTML
Java
PHP
Which HTML tag is used for the biggest heading?
<p>
<h6>
<head>
<h1>
Which tag is used to add an image?
<picture>
<img>
<image>
<src>
Type "Hello World" with the largest heading
(a)
Which tag is used to add a line break in HTML?
<break>
<br>
<hr>
<line>
CSS is mainly used to…
Add styles to websites (eg. colors, animations etc..)
Store passwords (e. ************898)
Add logic to websites (e.g Calculating numbers)
Make this text "red" colour
<h1 class="heading"> Hello </h1>
(a)
Create a paragraph and write "Hackclub" inside it.
(a)
Your code works but you got no idea why it works. WHAT DO YOU DO?
Go outside and touch grass 🌿
Celebrate with Pizzaa🎉
Never touch it again
All of the above 🗿
