What does HTML stand for?
What is Hyper Text Mark-Up Language?
What are the two parts of the CSS statement?
What is The selector and the style rule?
What will the system default to if you do not specify a header size?
What is H1?
What does the function do<!DOCTYPE html> do?
What is nforms browsers about the version of the markup language
Where is your HTML5 Authoring folder kept?
What is in Google Drive?
What does CSS stand for?
What is Cascading Style Sheets?
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.
Which tag is likely overused in today’s world of more semantic markup?
What is the <p> tag?
What does the function <html> do?
What is Represents the main content of a document?
How do you run your HTML5 code?
What is select download project in the file menu?
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?
Which tag is used to make text appear in italics?
What is <em>?
Which function contains metadata about the document (e.g., title, character set)?
What is <head>?
Where can you find your online textbook?
What is Google Classroom/Coding 1?
How is a CSS style rule terminated?
What is with a semicolon?
Which part of CSS determines which elements to apply?
Which function does not require an opening tag or closing tag?
What is <br/>? (The break tag.)
Which function is used for the informational text of your code?
What is <body> </body>?
What is the name of the first project that we did in this class?
What is "Hello World?"
Examples of this tag include:
• <article>
• <aside>
• <details>
What is this tag called?
What is a semantic tag?
Which CSS rule determines which styles to apply?
What is the style rule?
What three (3) may happen when you have an error in your character/line? (You must name all three!)
What is
A red dot appears beside the line.
The line turns gray.
A wavy red line appears underneath the error.
What is the correct order of functions - section, body, article, and head in your code?
What is head, body, article, and section?
What is the person's name that created our online textbook?