Codes
HTML
CSS
Links
Definitions
100

How many header sizes are there?

What is 6 (h1, h2, h3, h4, h5, h6)

100

Why does the code sometimes turn pink?

What is when it notices a bug; the bug might be in pink or it might be somewhere before the pink code

100

What does the css page do?

What is decorates and personalizes the codes and links in the workspace

100

What do you do underneath any link code?

What is add a comment code?

100

What does css stand for?

What is cascading style sheet

200

What is the bullet and number tag?

What is Bullet - <ul> and Numbers - <ol>

200

What is the HTML page?

What is the page where you right the codes for paragraph/text, headers, images, and links.

200

What is the space to the left of the workspace called?

What is file

200

Can you link a page or image to the same page?

What is technically yes but it is pointless.

200

What does HTML stand for?

What is Hypertext Markup Language

300

What is the break code?

What is <br>

300

Can you only have one HTML page?

TRUE or FALSE

What is FALSE

300

Can you only have one css page?

TRUE or FALSE

What is FALSE

300

What is the code to link webpages?

What is <a href="page.html">Link Name</a>

300

What are attributes?

What is the copy rights/ licensing of an image.

400

What is the image tag?

What is <img src= "picture link" alt= "picture description" >

400

What is the space called where you write tags in?

What is workspace

400

What does the tag font-family do in the css?

What is changes the font of the text to cursive, monospace, fantasy, inherit, sans-serif, and serif.

400

What is the code to link images?

What is <a href="page.html"> <img class="image class name" src="image" alt="image description"></a>

400

What does the attribution NC or Non Commercial mean?

What is others may not use the work for advertising or to make money.

500

What is the class code and what does it do?

What is <header tag class="text">text</header tag>; the class code separates that part of the webpage in order to be designed and customized separately.

500

What is an HTML element?

What is a piece of a website that is marked by a start tag and sometimes closing tag; the element also includes the content inside the tags.

500

What does the css sheet look like for class codes?

What is

.text {

  code: text;

  code: text;

}

500

Can links be linked through the css page?

What is no

500

What does hyperlink mean?

What is a link from a file or document that takes you to a different location or file.



M
e
n
u