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
- Presentation is separated from content (All style should be specified in the head)
Correct the Errors!
XHTML is the way to go!
Click here for more information.