Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Summary Page as an XHTML document consists of the following three main parts: DOCTYPE declaration

...

, html root element and template. 

Code Block
languagexml
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

...