This repository contains a university lab assignment in HTML and CSS.
It demonstrates the creation and styling of forms as well as basic page layout techniques.
- form.html β A survey-style form asking about CSS knowledge, email, and comments. Includes radio buttons, select dropdown, textarea, and action buttons.
- style.css β CSS styles for form layout, fieldsets, buttons, and page containers.
- images/ β Folder for images used in the layout (if any).
- Build HTML forms with input types (radio, text, textarea, select).
- Style forms using CSS (fieldset borders, background colors, alignment).
- Apply CSS for layout and positioning of sections and containers.
- Explore responsive design basics with margins, paddings, and hover effects.
This lab assignment improved my understanding of form creation and page structuring with CSS.
It also introduced styling practices that separate content (HTML) from design (CSS), an essential step in modern web development.