Coding basics
CSS styles
WEB WONDERS
Html Basics
code.org
100

his is a set of instructions that tells a computer what to do

what is code

100

This CSS rule changes the background color of an element

what is background color

100

This is the main language used to create the structure of a webpage

What is HTML?

100

What do you use to make a heading on a webpage?

What is the <h1...h6> tag

100

This website has lots of free coding lessons and activities for beginners

what is code.org

200

These are names we give to pieces of information in our code so we can use them later.

what are variables

200

This property in CSS controls how big or small the text looks

what is font size

200

These are like links on a webpage that take you to other pages.


What are hyperlinks or links?

200

What tag do you use to make a line break?

What is the <br> tag?

200

In Code.org, you often drag and drop these colorful blocks to write code

What are code blocks?

300

This is a common way to show code, where each step is written on a new line

what is syntax

300

This is how you make text bold in CSS.

what is font-weight: bold;

300

This is what you type into the address bar of your browser to visit a website

What is a URL or web address?

300

What is HyperText Markup Language?

What does "HTML" stand for?

300

This Code.org course teaches you how to create your own video games

What is Game Lab?

400

These are special words in a programming language that have a specific meaning.

what are keywords

400

his CSS property is used to change the color of the text

what is color

400

These are used in HTML to tell the browser what kind of content you're showing, like a heading or a paragraph.

What are tags?

400

How do you make a link to another website?

What is the <a> tag with the href attribute?

400

This Code.org project lets you design and code your own animated stories and games.

What is Scratch?

500

This is a way to repeat a block of code multiple times.

what is a loop

500

This CSS lets you put a box around an HTML element.

what is boarder

500

This is the language that makes webpages look nice with colors, fonts, and layouts

What is CSS

500

What tag is used to display an image?

What is the <img> tag?