Internet Safety
Web Development
Coding
HTML
Coding in HTML
100

What is the Internet? 

A vast network of computers connected worldwide which allows you to access information, connect with friends, play games and more on a computer or smartphone. 

100

What is a website? 

A collection of pages on the internet that you can visit.

100

What is coding?

Coding is like giving instructions to a robot or computer in a language they understand. It's a bit like telling them what to do step by step, just like teaching your pet a new trick. Coders are like the teachers who tell computers how to do things.

100

What does HTML stand for?

HyperText Markup Language

100

What does a closing tag look like?

</x>

200

Name a preventive measure of cyber security?

- Use strong passwords

- Don't share personal information

- Be cautious with email links 

- Don't to talk to online strangers

- Ask a trusted adult for help 

200

What is web accessibility?

Designing websites so that everyone, including people with disabilities, can use them easily.

200

What are the three languages of coding?

HTML, CSS and JS

200

What is HTML?

HTML is like the special code used to create the pages in that online book (website). It is like the cake batter of a website.

200

How do you code a paragraph?

<p> </p>

300

What are 3 forms of threat in cyber security?

Phishing, Malware, and Ransomware

300

Name 2 examples we have looked at of good websites and 2 examples of bad websites. 

Good: McDonalds, Google, PBS Kids, Disney Junior, Airbnb

Bad: School websites, Toronto cupcakes, eBay, IMDb, lingsCARS

300

Why is coding important?

It is the languages that computers use to communicate information.

300

How would one save an HTML file?

.html OR <!DOCTYPE html>
300

How do you code the biggest heading level?

<h1> </h1>