Codes
HTML
CSS
Links
Definitions
100

The code for breaks.

What is <br> ?

100

The place that you work.

What is a workspace?

100

All the CSS styling information is here.

What is the stylesheet.

100

How do you link a stylesheet to a webpage.

<link rel="stylesheet" href="stylesheet.css">

100

CSS stands for.

What is Cascading Style Sheet ?

200

This code makes a numbered list.

What is <ol> ?

200

A DOCTYPE is.

What is it informs the web browser about the type and version of HTML used in building the web document?

200

What are some properties you can set on the CSS page?

What is font-style, text-decoration, font-size, etc.

200

How do you add an image.

<img src="blank.jpg" alt="blank">

200

Pixel stands for.

What is a pixel is a dot on your computer screen?

300
How do you size a header?

<h1-6> </h1-6>

300

Add a comment by.

<!--Comment here-->

300

How do you make a text italic?

What is font-style?

300

Can you link an external website to an image?

Yes.

300

A bug is... 

What is a part of a program that does not work correctly.

400

How do you make a paragraph?

<p> </p>

400

You put your text between the...

What is the body?

400

What opens and closes a rule set?

What is {}.

400

How do you link a webpage to an image?

 <a href="blank"> <img class="top-img" src="blank.jpeg" alt="blank"></a>

400

A website is...

What is a collection of interlinked web pages on the World Wide Web.

500

Where do you put your stylesheet links?

What is within the header?

500

What should you make sure to include with a picture?

What is an attribute?

500

How can you create different styles for the same type of element?

What is a CSS class ?

500

How do you link to an external webpage?

<a href="https://blank.com/">blank</a>

500

A hyperlink is...

What is a link from a HTML file to another location or file, typically activated by clicking on a highlighted word or image on the screen.

M
e
n
u