Build a Survey Form
Build a Survey Form
DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Survey Form</title>
</head>
<body>
<h1 id="title">Survey Form<h1>
<p id="description">Please take few moment to fill out this survey.</p>
<form id="survey-form">
<label for="name" id="name-label">Name:</label>
<input type="text" id="name" placeholder="enter your name" required>