Table-HTML. Tables are used very often. We use them to display visually data organized in rows and columns. In this submodule and we will learn how to use HTML markup to construct a table.
Table-CSS. In this submodule, we will learn how to use CSS rules, and classes to apply different style to various elements of a table.
Div - Span elements. In this submodule, we will learn how to use the block element DIV and the inline element Span. Also, we will learn how to align elements next to each other using the properties float and clear.