[SOLVED] CSIT128 Assignment8

34.99 $

Category:

Description

5/5 - (1 vote)

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>
<body>
This is index page

<a href=”about.html”>About Me</a>
<a href=”media.html”>Media</a>
<a href=”contact.html”>Contact Me</a>

</body>
</html>