Shared Flashcard Set

Details

Web Design Rules
n/a
10
Computer Science
11th Grade
10/22/2008

Additional Computer Science Flashcards

 


 

Cards

Term
What should you always start your html with after the doctype?
Definition
The HTML tag
Term
What two tags should you use for better html?
Definition
head and body tags
Term
What tag should you always use in your head tag?
Definition
The title tag
Term
What tag should go first after a body tag, block or inline?
Definition
Block, inline always go in a block tag.
Term
What shouldn't you put in your inline elements?
Definition
Block elements should stay out of inline elements
Term
What should you not put inside the p element?
Definition
block elements
Term
li is the only element inside the ______
Definition
list elements
Term
What can you put in your list items?
Definition
Everything- text, inline, or block
Term
What does the blockquote need?
Definition
One or more block elements
Term
True or False

You have to be careful when nesting inline inside inline.
Definition
True some tags don't make sense like "a" inside "a"
Supporting users have an ad free experience!