File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,16 +25,18 @@ <h2> Verify your order and details below:</h2>
2525 <!-- 1.Customer's name - ensure it contains at least two non-space characters. -->
2626 < div >
2727 < p >
28- < label > Full Name:</ label >
28+ < label > Full Name:
2929 < input type = "text " id = "name " name = "name ">
30+ </ label >
3031 </ p >
3132 </ div >
3233
3334 <!-- 2.Customer's email - Email must be valid and follow consistent pattern. -->
3435 < div >
3536 < p >
36- < label > Email:</ label >
37+ < label > Email:
3738 < input type = "email " id = "mail " name = "User Email ">
39+ </ label >
3840 </ p >
3941 </ div >
4042
@@ -60,23 +62,29 @@ <h2> Verify your order and details below:</h2>
6062 < p > T-Shirt Size:</ p >
6163
6264 < p >
63- < label > XS:</ label >
65+ < label > XS:
6466 < input type = "radio " id = "XS " name = "Size " value = "XS ">
67+ </ label >
6568
66- < label > S:</ label >
69+ < label > S:
6770 < input type = "radio " id = "S " name = "Size " value = "S ">
71+ </ label >
6872
69- < label > M:</ label >
73+ < label > M:
7074 < input type = "radio " id = "M " name = "Size " value = "M ">
75+ </ label >
7176
72- < label > L:</ label >
77+ < label > L:
7378 < input type = "radio " id = "L " name = "Size " value = "L ">
79+ </ label >
7480
75- < label > XL:</ label >
81+ < label > XL:
7682 < input type = "radio " id = "XL " name = "Size " value = "XL ">
83+ </ label >
7784
78- < label > XXL:</ label >
85+ < label > XXL:
7986 < input type = "radio " id = "XXL " name = "Size " value = "XXL ">
87+ </ label >
8088 </ p >
8189 </ div >
8290 </ div >
Original file line number Diff line number Diff line change 11/* Form Styling */
2-
3-
42/* Text Formatting */
53/* Headers */
64h1 , h2 {font-family : Tahoma;}
You can’t perform that action at this time.
0 commit comments