CSS
Elements
Images
Style
Link
100

What does CSS stand for? 

What does a cascading style sheet do?

100

What are the codes for the headings?

Why is there only <h1>-<h6> for headings?

100

How do you change the image size?

What does width="250px" height="250px" do?

100

What does style do?

What do you use for a set of conventions on how to format code?

100

What does a link do?

What defines the relationship between the current document and an external resource?

200

What is CSS used for?

What do you use for text styling and creating layouts?

200

What are three list tags?

Why isn't there more than <ul>,<ol>, and <li>?

200

What code is used to add images?

What does <td><img src=" "</td> do?

200

Where does the style go?

Does the style go in between <head> </head>?

200

What is another name for a link?

Are hyperlinks and links the same thing?

300

Which CSS property controls the text size?


What does font-size do?

300

What is the paragraph tag?

What is a <p> tag?

300

How do you add a border to an image?

What does border:6px double; do?

300

What is one thing that goes in the style?

Why does the code for a table go in the style?

300

Where does the link tag go?

Why does the link tag go in between <head></head>?

400

Which property is used to change the font of an element?

What does font-family do?

400

What is the tag to divide the text?

What is a <div> tag?

400

How do you change the shape of an image?

What does the border-radius code do?

400

What does style refer to?

What is a set of conventions and guidelines that dictate how code should be written, formatted, and structured?

400

what is the code to add a link?

what does <a href=    >    </a> do?

500

How do you display hyperlinks without an underline?

What does a {text-decoration:none;} do?

500

How do you add a table?

What does <table> do?

500

Do you change the size of an image in the HTML or CSS?

Why do you change the size of an image in the HTML and not the CSS?

500

Can the style be in CSS or just in the HTML?

Why is the style just in the HTML and not the CSS?

500

Do you link an image and a website the same way?

Why don't you link an image and a website the same way?

M
e
n
u