Please submit your work to Canvas before 11:59pm of the day above.
Name the source file hw3_1.html
Name the source file hw3_2.html
Name the source file hw3_3.html
| Element | Description |
|---|---|
| Group | the root element |
| Member | info about a class member |
| Name | member's name |
| First | first name |
| MI | middle initial (optional) |
| Last | last name |
| Spouse | member's spouse name (optional) |
| Children | list of children (optional) |
| Street | street address |
| City | city of residence |
| ZIP | a 5-digit ZIP |
| Phone | phone number; a member can have or or more of them |
| Attribute | description |
| Location | an optional attribute indicating the type of phone number: home or business |
Put some person's data in your XML document for 3 people and style it on your own test.
Name the source file hw3_4.xml
The XML document must have the root element named Products that provides a description of some computer hardware products. The XML tags of the document corresponding to the headers shown on the above picture must be called productID (in this case JE Laser4C), description, price, features, image, and fileDownloads. Your document must store a description of only one product (the laser printer) shown above. The printer image can be taken here. Make sure to provide a supplying CSS file. The entire document must be put in a frame with a 5px margin from the browser window borders. The products and the file downloads sections must be separated by a horizontal lines with a 20px left margin, as shown above. No DTD specification is required. You do not have to create and upload the linked .exe files for the download.
Name the source file hw3_5.xml
Make sure that all necessary images and other files are
posted on the server.
For this check how your Web page works from the server.