What are the two tags used for making a paragraph?
<p> and </p>
Can you change image size in the css page AND the html page?
Yes, you can use both to scale images
Can you only change the colors of the images and text of the html page using CSS?
What are the two tags used for linking?
<a> and </a>
Can you add more html and css pages?
Yes, you click the "Add CSS page" or "Add HTML page" above the workspace
What are the two tags used for making a heading?
<head> and </head>
What is the tag used for images in the css page?
img
What does font family do in the css page?
Changes the font of the text
Can you make links using images?
Yes, you use the img src and the <a> tags
How do you link the css and the html pages together?
Using the link tag e.g. <link rel="stylesheet" href="styles.css">
In the css page what type of parenthesis are used?
Brackets or { and }
What should you add along with your images?
Attributes
Is there an inspector tool that can used when working on html and css?
Yes, the inspector tools assists working on a web page
When linking something, how would the tag start off?
<a href="
</body> and </html>
What is the unit css uses for scaling text?
Pixels
How do you add images to the web page workspace?
Click on the "Add Image" above the workspace
What does the float property do to images?
Moves it across the webpage using the pixels unit
When linking pages together where should the links to the pages go?
At the top of the page
What does HTML stand for?
Hyper-Text Markup Language
What are all the H tag sizes?
H1, H2, H3, H4, H5, H6
No, using just a number works
Name three properties of border styling in the css page.
Hyperlinks can connect to local web pages or external web pages.
What does CSS stand for?
Cascading Style Sheets