Lab 4 Goals
Learn about...
- How to format tabular data into tables
- About the importance of nesting in HTML tables
- How to create basic input forms
- About the importance of attributes in HTML forms
Key Concept
HTML tables are used to format tabular data and should not be used to create page layouts. When tables are properly formatted, programs and applications can more easily parse and extract correct information from the table. HTML forms are used to create user interfaces. When forms elements are appropriately labeled using name and id, applications can easily extract submitted information.