This is the color the text turns when there are bugs in your code.
What is pink?
Code that opens and closes things on the HTML.
What is <> and </>?
{ and }
What is what starts and stops a new section in a CSS style sheet.
<a> and </a>
What is a code used for linking things.
This is what CSS stands for.
What is Cascading Style Sheets?
This goes the the closing tag in code.
What is / or backslash?
<ul> </ul>
What is the code that makes bulleted lists?
color: (color name);
What is the code you would use to make something a different color?
This is where you can add links.
What is in text and images?
This is what HTML stands for.
What is Hypertext Markup Language?
<br>
What is a code that does not need to be closed and helps separate text into lines on a webpage?
These are the tags you put the text in between.
What is in between the body tags?
.
What is what goes in front of the class name in the CSS style sheet.
<a href="website url">____</a>
What is is how to link external sites?
A link that can connect to local web pages or external web pages.
What is a hyperlink?
<!--(comment)-->
What is the code used to add comments?
This is where you link the CSS sheet in the HTML.
What is in between the head tags?
Red, green, and blue.
What is the 3 colors that make up every other color in a webpage?
<a href="filename" >___</a>?
What is the code used to link a webpage?
The exclusive legal right, given to an originator or an assignee to print, publish, perform, film, or record literary, artistic, or musical material, and to authorize others to do the same.
What is copyright?
<!DOCTYPE html>
What is what starts an HTML page ?
<img src="filename" alt="imagedescription">
What is the code used to add images to a webpage?
This is what you use the change the size of an image.
What is height and width?
<a href="webpage filename"><img src="image filename" alt="___"></a>
What is the code used to link images?
An electronic device used for storing data
What is a computer?