This project is a simple three-page website created for the SBA 307 assignment. The goal is to demonstrate core HTML and CSS concepts through a clear structure, consistent layout, and correct use of required elements. The focus is on readability, organization, and proper implementation rather than complex content.
- index.html — Home page with text, image, and GIF
- table.html — Table requirement
- form.html — Two forms and a dropdown menu
Navigation is consistent across all pages.
- Three HTML pages
- One table
- Two forms
- One dropdown menu
- One static image (PNG/JPG)
- One animated GIF
- Inline CSS applied directly to HTML elements
- Internal CSS included in
<style>blocks - External CSS managed in
styles.css - Flexbox used for layout and alignment
- Two CSS animations applied to visible elements
- HTML5
- CSS3 (Flexbox and animations)
SBA307/ ├── index.html ├── table.html ├── form.html ├── styles.css ├── images/ └── README.md
This project follows the SBA 307 assignment guidelines and is designed to be clear, organized, and easy to review.