- From: Masud Rana Shawon <mohammadmasudrana3396@gmail.com>
- Date: Thu, 24 Nov 2022 13:51:42 +0600
- To: www-validator@w3.org
- Message-ID: <CA+ct8uM++CCnNLhmbf-FBfSknONB2gocNO-J4tx71LbcqZOgHw@mail.gmail.com>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Home Page</title>
</head>
<form action="form-action.html">
<h1><strong>Fill Up The Form</strong></h1>
<h5><em>Personal Details:</em></h5>
<input
type="text"
name="fname"
id="fname"
placeholder="Your First Name"
required
/>
<br /><br />
<input
type="text"
name="lname"
id="lname"
placeholder="Your Last Name"
required
/>
<br /><br />
<input
type="text"
name="nick_name"
id="nick-name"
placeholder="Your Nick Name"
disabled
/>
<br /><br />
<label for="dob">Date of Birth</label><br />
<input type="date" name="dob" id="dob" /> <br /><br />
<input
type="email"
name="email"
id="email"
placeholder="Put Your Email Address"
/><br />
<br />
<textarea
name="comments"
id="comments"
placeholder="Put Your Address"
rows="7"
cols="50"
></textarea
><br />
<br />
<h5><em>Other Details:</em></h5>
<label for="fav-color">Choose Your Favourite Color:</label>
<input type="color" name="fav_color" id="fav-color" /> <br />
<br />
<label for="graphics-design">Select Graphics Design</label>
<select name="graphics_design" id="graphics-design">
<option value="">Select</option>
<option value="photoshop">Photoshop</option>
<option value="Adobe Illustrator">Adobe Illustrator</option>
<option value="Adobe After Effects">Adobe After Effects</option>
<option value="Acrobat">Acrobat</option>
<option value="XD">XD</option>
<option value="RoboHelp">RoboHelp</option>
<option value="Animate">Animate</option>
<option value="Creative Cloud">Creative Cloud</option>
<option value="Lightroom">Lightroom</option>
<option value="Stock">Stock</option>
</select>
<br />
<br />
<label for="web-design">Select Web Design</label><br />
<select name="web design" id="web-design">
<option value="">Select</option>
<option value="HTML">HTML</option>
<option value="CSS">CSS</option>
<option value="Javascript">Javascript</option>
</select>
<br />
<br />
<label for="web-development">Select Web Development</label>
<select name="web_development" id="web-development">
<option value="">Select</option>
<option value="Phython">Phython</option>
<option value="Ruby">Ruby</option>
<option value="Bootstrap">Bootstrap</option>
<option value="PHP">PHP</option>
<option value="JQuery">JQuery</option>
</select>
<br />
<br />
<h5><em>Further Information:</em></h5>
<label for="pet-name">Pet Name</label>
<input type="text" name="pet_name" id="pet-name" maxlength="6" /> <br
/>
<br />
<br />
<br />
<h4><strong>Read This Before submit:</strong></h4>
<p>
<em
>Generally, we may collect and use personal information for many
purposes, including, but not limited to: billing, product and
service
fulfillment, understanding customer needs, providing a better
website,
improving products and services, and communicating with customers
and
potential customers regarding our products and services with
third-party products and services.</em
>
</p>
<br />
<br />
<input
type="text"
name="register"
id="register"
value="Thanks for Registar"
readonly
/>
<br />
<br />
<input type="submit" name="submit" value="Submit" />
<input type="reset" name="reset" value="Reset" />
</form>
</body>
</html>
*This Code has an error. The body opening tag is missing but the w3
validator can't detect this error. please check your system and resolve the
issue thank you.*
Thanks & regards,
*Masud Rana Shawn *
Received on Thursday, 24 November 2022 08:21:17 UTC