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