
Compuscholar Chapter 4 Discussion
Quiz by KANDI YOUNG
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
What are the two most common categories for visible HTML elements?
Which element category likes to have firm boundaries?
True or false: Block elements can contain other inline and block elements.
True or false: Inline elements can contain other inline and block elements.
Which element category does not add any space around the data within the element?
What is a <div> element used for on a web page?
What is a <span> element used for on a web page?
How does the default document flow position your HTML elements on the web page?
LESSON 2: Why is it important to have clean, neat HTML code?
True or False:
The elements that are opened first must be closed last.
What is the id attribute used for?
How would you add a comment to your HTML code?
What is a page footer?
What symbol would this code © enter on your page?
© is an example of a ___________________.
What are the two types of lists we can make?
What does <li> mean
1., 2.,3. is an example of what type of list?