CSS Styling
Images
Headings
Linking
Computer Vocab
100

What does CSS stand for?

Cascading Style Sheets

100

What is an attribute?

Extra information included in a tag.

100

What are bugs?

Mistakes within your code.

100

What are hyperlinks?

Hyperlinks can connect to local web pages or external web pages.

100

What is an input?

Computer hardware that takes information from the outside world and puts it into the computer.

200

What does px stand for?

Pixel; the smallest adjustable point of a rasterized image.

200

How do you add images?

<img src="dog.png" alt="dog jumping">

200

 What is Debugging?

The process of finding and fixing bugs.

200

How do you add hyperlinks?

You can add hyperlinks to your web page using the <a> element.

200

What is an output?

Computer hardware that takes information from the inside the computer displays or prints it in some way.

300

What specifies which elements will have to follow the rules inside the curly braces?

Selector

300

What attribute needs to point to the exact filename of the image you want to use?

src
300

What is the largest and smallest code for heading size

<h1> being the largest ; <h6> being the smallest

300

How do I find the URL for a website?

Go to whatever website you want to link to and copy the text in the address bar (e.g. "https://www.google.com" for Google). Then you can use that address for your own links.

300

What is storage?

The device that saves data so it can be used again. Disk drives are used to store data on disks.

400

What punctuation is needed in CSS?

{}

;

:

400

How do you upload an image on Code.org?

"Add Image" at the top left of the screen

400

How do you write a paragraph element?

<p>

400

Link for external links 

<a href="https://www.google.com">Click me to go to Google</a>

400

What is a computer?

An electronic device for storing and processing data.

500

How do I link a style sheet to a web page?

<link rel="stylesheet" href="style.css">

500

What does the alt attribute stand for?

alt

500

Why do codes turn pink in code.org?

Code detects debugs

500

In order for the css to work what must you make sure of?

That the css page is linked to the appropriate html page
500

What is processing?

The actions a processor performs when it receives information