Labo 5 - Contact Form
Goals of the exercise
The goal of this exercise was to create a functional contact form using HTML and CSS. We aimed to understand how to structure form elements properly, label them for accessibility, and collect user input in a clear and organized way.
No solution
Discription
In this lab, we built a contact form from scratch including fields for name, email, subject,
and message. We applied proper HTML form elements such as <input>,
<textarea>, and <button>.
The form was styled with CSS to improve readability and usability,
ensuring a clean layout with consistent spacing and responsive design.
Ralated links
- None
Reflection
It was difficult to find the right lines in the code. Also working with MyPHP database was difficult.
