Basics/Other Flashcards
Define emphasized text.
<em></em>
What is <b>?</b>
It defines bold text.
What is <i>?</i>
It defines a part of text in an alternate voice or mood.
Define smaller text.
<small></small>
What is <strong>?</strong>
It defines important text.
Define subscripted text.
What is ?
It defines superscripted text.
Define inserted text.
<ins></ins>
What is <del>?</del>
It defines deleted text.
What is mark (with little greater/less than symbols around it)?
It defines marked/highlighted text.
What is (table) use for?
It is used to define a table.
What element is used to define a table row?
(tr)
What is (td) used for?
It is use to define a table data.
What is used to define a table heading?
(th)
What is (caption) used for?
It is used to define a table caption
What attribute is used to make a cell span many columns?
colspan
What is rowspan used for?
It is used to make a cell span many rows.
What is the id attribute?
It is used to uniquely define one table.
Define an HTML form for user input.
(form)
What is (input)?
It defines an input control.
Define a multiline input control (text area)?
(textarea)
What is a (label)?
It defines a label for an (input) element.
What is a (fielder)?
They group related elements in a form.
Define a caption for a (fieldset) element.
(legend)