Lab 1 Report

HTML Files & their purpose

CSS Usage:

An external stylesheet (style.css) is used to provide a consistent design across multiple pages including index.html, search.html, help.html, employee_login.html, employee_dashboard.html, and update.html. This stylesheet defines the overall layout, including body styling, header design, navigation bar (in common pages), container spacing, button styling, and footer appearance.

Internal CSS is used in certain pages such as register.html, order.html, and bedroom.html to apply page-specific styling. This includes form layout, alignment, colors,button design etc that are unique to those pages.

Back to Lab 1 Page