The two tags that are named after human anatomy.
What is <head> and <body>?
The element that only has an opening tag for a new line?
What is <br>?
What property is needed to change the color of text?
What is color?
How many true Headings are there?
What is six?
<b>, <i>, and <u> are all what type of elements?
What is Formatting Elements?
If an image cannot be displayed what attribute is needed to show text?
What is alt?
What property is needed to change the space inside the border?
What is padding?
How do you write a comment in HTML?
What is <!-- -->?
The three list elements.
What is <ol>, <ul>, <li>?
The element that only has an opening tag for a picture?
What is <img>?
What property is needed to change the font of text?
What is font-family?
What property is needed to change the space outside the border?
What is margin?
The <style> element is used for what?
What is adding CSS to a website?
How do you write a comment in CSS?
What is /* */?
What property is needed to change the curve of my borders?
What is border-radius?
The element that creates a nice box for text to sit in.
What is <textarea>?
The <div> element is used for what?
What is creating a container/class?
The very first line in HTML.
What is <!DOCTYPE html>?
What property is needed to raise images and move them from the left to the right?
What is float?
What does the <mark> property do?
What is highlights text?