WorksheetsTabelle 4EA
Total questions: 25
Worksheet time: 13mins
th
one cell in a row of headers
one data cell
one row of headers
one column of headers
tr
one column on the right
one cell in a table
one row of anything
one column of anything
td
one cell in a header
one column of a row
one row of a column
one data cell in a row
td and th
can appear only in rows
cannot be used in rows
can be used outside of rows
can be used outside of columns
colspan
can only be used in caption
can be used only in td
can be used only in td or th
be be used only in tr
rowspan
can only be used in caption
can be used only in td
can be used only in td or th
be be used only in tr
The closing table tag is
</close>
</caption>
</table>
<table>
rowspan="2"
one td or th spans 2 columns
all td or th spans 2 columns
one td or th spans 2 rows
one tr spans 2 rows
What is the proper CSS format for background color?
back-ground color:orange:
backgroundcolor-orange;
background:color:orange;
background-color:orange;
What is the proper code for an unordered list?
ul
ol
il
al
Comments in coding is used to help (3 risposte)
the programmer
anyone viewing the website
the editor of the code
the reader of the code
Every element of html coding must have an opening and closing tag.
True
False
