How can I do this sort of table in HTML? -
__________________________________________ |________________________________________| << cell uses 100% of row space |____________________|___________________| << each cell there use 50% of row
how can html?
use rows
rowspan="x"
and columns
colspan="x"
with x being desired span of cells.
Comments
Post a Comment