SOEN287: Web Programming Programming assignment #1

$30.00

Category: Tags: , , , , You will Instantly receive a download link for .zip solution file upon Payment || To Order Original Work Click Custom Order?

Description

5/5 - (6 votes)

Content: XHTML and CSS
Coverage: basic tags for text, imagine, page layout, CSS
These exercises will help you become more fluent in XHTML. Note that your files must be
validated correctly in order to receive full credit. XHTML 1.0 Strict is expected (unless otherwise
specified by the exercises).
______________________________________________________________________________
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 http://validator.w3.org/)
• Presentation is separated from content (All style should be specified in the head)