Skip to content

Commit 43ab4a7

Browse files
committed
Updated
1 parent 4f5c952 commit 43ab4a7

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
*This assignment demonstrats my skills using HTML form elements and JavaScript topics such as: Functions, parsing the DOM, form validation, conditional statements, debugging methods, formulas and Math Object.*
66

77
### Assingment Requirements
8+
* File Structure
89
* Create two simple html pages
910
- [x] index.html contains an HTML form that needs to be validated by JavaScript when submitted.
1011
- [x] excel.html contains a simple form to let the user enter their numeric values then you will use
@@ -26,6 +27,23 @@
2627

2728
![File structure](/img/dom.PNG)
2829

30+
* You will create a web form to ask the user to enter the following information using the appropriate
31+
HTML5 form controls (elements) to represent each item in the list below:
32+
- [x] First Name ➔ input field of type text
33+
- [x] Last Name ➔ input field of type text
34+
- [x] Email Address ➔ input field of type email
35+
- [x] Address ➔ input field of type text
36+
- [x] City ➔ input field of type text
37+
- [x] Province ➔ input field of type text
38+
- [x] Radio buttons with the following options (one of these options should be selected as default,
39+
usually the first one):
40+
* Premium Membership
41+
* Standard Membership
42+
* Basic Membership
43+
- [x] Send button to call (trigger) a function named “userForm()”, which you will have to create, will
44+
take all the form information (user’s input)
45+
- [x] Cancel button to reset the form elements
46+
2947
### Built With
3048
This section lists the languages I used to built this project.
3149
* [HTML](https://en.wikipedia.org/wiki/HTML)

0 commit comments

Comments
 (0)