What starts a heading?
<h#>
TRUE or FALSE: You can have more than one html
TRUE
True or False : A CSS control font size
TRUE!
This code identifies the links address
HREF!
HTML Function?
The place where you right your codes and commands for a certain outcome/product.
What is the code for paragraph?
<p>
What are the two main parts of your HTML?
Heading and Body!
What does CSS Stand for?
Cascading Style Sheet
TRUE OR FALSE? You can link codes in the CSS
FALSE!
TRUE OR FALSE? CSS stands for Controlling Staple System.
False!
What is the code for a comment?
<!-- Comment -->
The space you type your code in!
Workspace!
This is where you go to go from your html to your CSS
File!
What is the link to connecting your html to CSS?
<link rel="stylesheet" href="style.css">
Bug
A issue in the code that is causing your product to not work properly as intended.
What code starts a Weblab?
<!DOCTYPE html>
What does HTML stand for?
Hypertext Markup Language
What do you use to separate your different style commands?
Brackets!
This code allows you to link images onto your preview!
Linking
Where you connect codes to certain things like images to allow more user functionality.
What is the code for linking?
<a href=""> Text </a>
Where your code shows up
Preview!
This controls your codes style!
Border Style!
What starts and ends linking process
<a> </a>
Finding the pinpoint area where there is an issue in your code using different strategies.
Debugging!