Challenge Questions |
1) Make a web page that has a basic calculator that does addition (+), subtraction (-), multiplication (*), division (/) after two numbers are entered by the User. |
2) Create a Basic Login System. Objectives:
→ It should have a HTML Input form that should include the fields "Username" and "Password" → It should only accept one account as being valid. For example, it should only allow the person with the Username "112" and Password "hacked" access to the website → It should check the inputted username and password using JavaScript → If the fields are blank or an incorrect username or password is entered, then it should output an appropriate message → The form should only be submitted, if both the username and password are correct and an appropriate message should be outputted to tell the user you have successfully logged in → Finally, use CSS to make it look good |
3) Be adventurous and create a web page that does anything that you wish.
E.g. a Ordering System, Scientific Calculator, Register Form etc. But, make sure to make it look good using CSS |