HTML tags
CSS
images
Random
100

This HTML tag is the container for all other HTML elements

what is <html>

100

These two letters represent the size of anything on html

what is px

100
Use this word to position your image and text next to either the right left or center of your webpage. 
float
100

______ in HTML begin with <!-- and ends with -->. A ______ is a piece of code which is ignored by any web browser.

what are Comments

200

The tag defines the main content of the HTML document that will be directly visible on your web page.

what is <body>

200

In order to write in your CSS you must put ______:_______

what is property and value

200

Specifies an alternate text for the image, if the image for some reason cannot be displayed.

what is alt

200

the symbol to tell the computer to end your code. This is in the html tag

/

300

This tag is used to create different sized section titles throughout a web page.

what is heading or h1 

300

What do you put to make your background color?

body {  background-color: blue; 

}

300

What three things can you change about an images border?

style, color, width

300

List three of the border styles 

 solid, dashed, dotted, double, groove

400

The div tag divides the HTML document into sections of content.

what is <div> 

400

this word is used to link your style sheet to the html

______="style.css">

what is href

400

Specifies the path to the image

what is src

400

This tag is used to link links to a webpage

<a>

500

This tag tells the browser what version of HTML the page is written in.

what is <!DOCTYPE> 

500

What follows rel"______________" in order to link your CSS in your HTML

stylesheet

500

You use this three letter word to insert a image as a background.  background-image: _?_'img_dog.jpg');

url

500

 What is the CORRECT order of the margins four sides? (example: top, middle bottom,  left, right) margin: ______, _____, _______, ________

top, right, bottom, left

M
e
n
u