Week 8:  Tables & Forms


How to Create a Table

·         Each table begins with a <table> tag and ends with a </table> tag.

·         Each table row begins with a <tr> tag and ends with a </tr> tag.

·         Each cell (table data) begins with a <td> tag and ends with a </td> tag.

·         Table cells can contain text, graphics, and other HTML elements.

Learn HTML Forms Video:  Learn HTML Forms In 25 Minutes - YouTube

HTML Tables:  HTML Tables: All there is to know about them - wpDataTables - Tables and Charts WordPress Plugin

Table Examples:  30 HTML and CSS table Examples - csshint - A designer hub

W3C Tables:  Tables with One Header | Web Accessibility Initiative (WAI) | W3C


Comments

Popular posts from this blog