Friday, November 2, 2012

Lesson 12: HTML Tables

Tables are defined with the <table> tag.

A table is divided into rows (with the <tr> tag), and each row is divided into data cells (with the <td> tag). td stands for "table data," and holds the content of a data cell. A <td> tag can contain text, links, images, lists, forms, other tables, etc.

Table Example :



How the HTML code above looks in your browser:


<< Previous Lesson                                            HTML Tutorial                                            Next Lesson >>




No comments:

Post a Comment