What does CSS stand for?
Cascading Style Sheets
What is an attribute?
Extra information included in a tag.
What are bugs?
Mistakes within your code.
What are hyperlinks?
Hyperlinks can connect to local web pages or external web pages.
What is an input?
Computer hardware that takes information from the outside world and puts it into the computer.
What does px stand for?
Pixel; the smallest adjustable point of a rasterized image.
How do you add images?
<img src="dog.png" alt="dog jumping">
What is Debugging?
The process of finding and fixing bugs.
How do you add hyperlinks?
You can add hyperlinks to your web page using the <a> element.
What is an output?
Computer hardware that takes information from the inside the computer displays or prints it in some way.
What specifies which elements will have to follow the rules inside the curly braces?
Selector
What attribute needs to point to the exact filename of the image you want to use?
What is the largest and smallest code for heading size
<h1> being the largest ; <h6> being the smallest
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.
What is storage?
The device that saves data so it can be used again. Disk drives are used to store data on disks.
What punctuation is needed in CSS?
{}
;
:
How do you write a paragraph element?
<p>
What is a computer?
An electronic device for storing and processing data.
How do I link a style sheet to a web page?
<link rel="stylesheet" href="style.css">
What does the alt attribute stand for?
alt
In order for the css to work what must you make sure of?
What is processing?
The actions a processor performs when it receives information