Lab 4 Goals

Learn about...

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.

Files

contest_entry.html — Created my first HTML Form

siena.html — Scaled an image using GIMP

table.html — Created my first HTML Table

Back to Projects