$25
Task 1 :
· Modify your previous assignment 5 (game2.html).
· Include a prompt that will ask the user to include their name (before they roll the die).
· Store the following data into the database: time of attempt, user’s name, the number of attempt and the total result.
Task 2
· Based from your data in Task 1, prepare a new HTML page to display the content from local database.
· By using HTML Table, display the data accordingly.
Task 3
· Create a new page to find data from local database.
· Prepare HTML page that allows the user to search by id or by user’s name.
· Display the data in HTML page