Basic HTML5 Terminolgy
Basic CSS Terminolgy
Programming
Coding
This and That
100

What does HTML stand for?

What is Hyper Text Mark-Up Language?

100

What are the two parts of the CSS statement?

What is The selector and the style rule?

100

What will the system default to if you do not specify a header size?

What is H1?

100

What does the function do<!DOCTYPE html> do?

What is nforms browsers about the version of the markup language

100

Where is your HTML5 Authoring folder kept?

What is in Google Drive?

200

What does CSS stand for?

What is Cascading Style Sheets?

200

True or False

CSS has both the power and the flexibility to produce styles that look great across the range of devices in use on today’s internet.

What is true?
200

Which tag is likely overused in today’s world of more semantic markup?

What is the <p> tag?

200

What does the function <html> do?

What is Represents the main content of a document?

200

How do you run your HTML5 code?

What is select download project in the file menu?

300

How do you open your Text Editor?

What is Type brackets.io in your URL?

300

What does CSS (Cascading Style Sheet language) allow you to do?

What is allows you to set rules governing how content should appear on the users’ screens?

300

 Which tag is used to make text appear in italics? 

What is <em>?

300

Which function contains metadata about the document (e.g., title, character set)?

What is <head>?

300

Where can you find your online textbook? 

What is Google Classroom/Coding 1?

400

How is a CSS style rule terminated?

What is with a semicolon?

400

Which part of CSS determines which elements to apply?

What is the selector?
400

Which function does not require an opening tag or closing tag?

What is <br/>? (The break tag.)

400

Which function is used for the informational text of your code?

What is <body> </body>?

400

What is the name of the first project that we did in this class?

What is "Hello World?"

500

Examples of this tag include:

• <article> 

• <aside> 

• <details> 

What is this tag called?

What is a semantic tag?

500

Which CSS rule determines which styles to apply?

What is the style rule?

500

What three (3) may happen when you have an error in your character/line? (You must name all three!)

What is 

  1. A red dot appears beside the line.

  2. The line turns gray.

  3. A wavy red line appears underneath the error.

500

What is the correct order of functions - section, body, article, and head in your code?

What is head, body, article, and section?

500

What is the person's name that created our online textbook?

What is Mark Lassoff?