Skip to content

Commit 45b2234

Browse files
author
AlanGit-debug2604
committed
Add name field validation
1 parent d28242a commit 45b2234

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

‎Form-Controls/index.html‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
@@ -13,10 +13,10 @@ <h1>Product Pick</h1>
1313
</header>
1414
<main>
1515
<form>
16-
<!-- write your html here-->
17-
<!--
18-
try writing out the requirements first as comments
19-
this will also help you fill in your PR message later-->
16+
<!-- Name: required, at least 2 non-space characters-->
17+
<!-- Email: a valid email address-->
18+
<!-- Colour Any one from three options available-->
19+
<!-- Size 6 options: XS, S, M, L, XL, XXL-->
2020
</form>
2121
</main>
2222
<footer>

0 commit comments

Comments
 (0)