• in
InterCourses
CoursesBlogs
0
← CSS
○What is CSS?○CSS Selectors○How to Apply CSS○CSS Specificity
○Colors○Backgrounds○Typography
○The Box Model○Display○Positioning
○Advanced Selectors○Pseudo-Classes
○Dropdown Structure○Dropdown Behavior
●Form Structure○Form Styling
○Flexbox Basics○Flexbox Alignment○Flexbox Items○Flexbox Layouts
○CSS Grid
○Website Structure○Grid and Responsive
○CSS Variables○Transitions
○Transition Effects○Keyframe Animation
○Responsive Design
○Table Structure○Responsive Table Styling
○Resume Structure○Resume Polish

Form Structure

Build the HTML structure for a contact form with proper controls and labels.

Step-by-step instructions

  1. Create a <form class="contact-form"> with name, email, topic select, and message textarea.
  2. Add a submit button.
  3. Add labels above each control.
Hint 1
1 / 2
HINT 1

Use <label> elements above each form control.

Loading editor…
READY
intercourses
html