1
2
3
4
200

The two tags that are named after human anatomy.

What is <head> and <body>?

200

The element that only has an opening tag for a new line?

What is <br>?

200

What property is needed to change the color of text?

What is color?

200

How many true Headings are there?

What is six?

200

<b>, <i>, and <u> are all what type of elements?

What is Formatting Elements?

200

If an image cannot be displayed what attribute is needed to show text?

What is alt?

200

What property is needed to change the space inside the border?

What is padding?

200

How do you write a comment in HTML?

What is <!-- -->?

200

The three list elements.

What is <ol>, <ul>, <li>?

200

The element that only has an opening tag for a picture?

What is <img>?

200

What property is needed to change the font of text?

What is font-family?

200

What property is needed to change the space outside the border?

What is margin?

200

The <style> element is used for what?

What is adding CSS to a website?

200

How do you write a comment in CSS?

What is /* */?

200

What property is needed to change the curve of my borders?

What is border-radius?

200

The element that creates a nice box for text to sit in.

What is <textarea>?

200

The <div> element is used for what?

What is creating a container/class?

200

The very first line in HTML.

What is <!DOCTYPE html>?

200

What property is needed to raise images and move them from the left to the right?

What is float?

200

What does the <mark> property do?

What is highlights text?

M
e
n
u