HTML Flashcards
For Relative Pathing, how do you get to the grandfather folder?
../../
For Relative Pathing, how do you get to the parent folder?
..
For Relative Pathing, how do you get to the current folder?
.
What attribute do you have to match between a label and an input?
Should match the id of for, of element.
What type of input (tag) allows you to select multiple items in a dropdown?
Give five examples of form control elements.
dropdown, radio, checkbox, button, text-area, label, fieldset
How do block-level elements affect the document flow?
Full available width
How do inline elements affect the document flow?
change as needed, default: same line.
What are the default width and height of a block-level element?
height: content size (auto)
width: 100%
What are the default width and height of an inline element?
size of the content