SOEN287: Web Programming Programming assignment #1 solution

$24.99

Original Work ?

Download Details:

  • Name: A1-bqgp36.zip
  • Type: zip
  • Size: 110.83 KB

Category: You will Instantly receive a download link upon Payment||Click Original Work Button for Custom work

Description

5/5 - (5 votes)

Exercise 1
Below is an example of an invalid XHTML page. Your goal is to rewrite the code so that:
• No deprecated/obsolete tags are being used
• All elements are nested correctly (i.e. Hello)
• It validates as XHTML 1.0 Strict (See https://validator.w3.org/)
• Presentation is separated from content (All style should be specified in the head)