EDC-IIEST / Basic-Website

A basic website for the Entrepreneurship Development Cell (EDC), built using HTML, CSS, and JavaScript. While the code may contain some extra and buggy elements, this project offers a fun and straightforward way to practice and enhance your web development skills. Give it a try and explore the learning opportunities it provides!
MIT License
4 stars 17 forks source link

Create a "Contact Us" Page for the Website #20

Open Harsh-git98 opened 3 days ago

Harsh-git98 commented 3 days ago

Add a new "Contact Us" page to the website to allow users to easily get in touch with us.

Task:

Create a new HTML file named contact.html. Design a simple and user-friendly contact form that includes: Name Email Message

Ensure the form is styled to match the existing website design. Implement basic validation for the form fields (e.g., required fields).

Link the "Contact Us" page from the main navigation menu.