Lab 01: Code Implementation Report

Back to Lab 01 Dashboard


1. Introduction

This lab involves implementing a web-based solution for the Pine Valley Furniture Company database. The solution includes interfaces for customer registration, product search, order placement, catalog update, and payment.

2. Implementation Details

The project consists of the following HTML pages:

3. Design Decisions

As per the requirements, the interfaces are built using pure HTML without external CSS frameworks. Tables are used for form layout to ensure structure, and standard HTML form controls (inputs, selects, radio buttons) are used for data entry.