Description
Task 2 (1 marks)
- 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 (2 marks)
- 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
Example of Student’s Code
| ————————————– Filename: index.html ————————————– <!DOCTYPE html> <html> <head> <title>Index</title> </head> <a href=”about.html”>About Me</a> </body>
|




