What is HTML?
HTML stands for hypertext markup language.
What are tags?
Tags are to build webpages
What is an example of a tag?
<p> = short for a paragraph
</p>
What does <b> mean?</b>
<b> means bold</b>
What is CSS?
CSS stands for cascading style sheets
What does CSS list?
It lists all the properties for a particular tag
Finish the sentence:
The CSS code determines a..
Property of paragraphs
How many divs do you need to make a box?
2 divs/a pair of divs
What tag would you need to make in order to make an image
<img></img>
What do you type in to make a spaceship image to appear
Spaceship.png
Which file lets you to change the background colour is it ‘ <> index.html ‘. Or is it ‘ # style.css’ ?
style.css
how do you display words?
<span></span>
how do you make your font bigger in code?
font-size: 50pt;
how can you use this code : class=””
You can use a class to style more than one thing in the same way.
what do you do to add more than one class to an element.
Just leave a space in between.