HTML - PowerPoint PPT Presentation

1 / 5
About This Presentation
Title:

HTML

Description:

Dreamweaver supports both HTML and XHTML. ... Note: The DOCTYPE tag spells out where to find the DTD. ?xml version='1.0' encoding='UTF-8' ... – PowerPoint PPT presentation

Number of Views:33
Avg rating:3.0/5.0
Slides: 6
Provided by: cims5
Learn more at: https://cs.nyu.edu
Category:

less

Transcript and Presenter's Notes

Title: HTML


1
HTML XHTML
  • Computers in Principle Practice
  • Deena Engel

2
XHTML
  • Dreamweaver supports both HTML and XHTML. (Use
    File/New/HTML and select the filetype you wish
    and then use the code view to see the tags.)
  • Note The DOCTYPE tag spells out where to find
    the DTD.
  • lt?xml version"1.0" encoding"UTF-8"?gt
  • lt!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN" "http//www.w3.org/TR/xhtml1/DTD
    /xhtml1-transitional.dtd"gt
  • lthtml xmlns"http//www.w3.org/1999/xhtml"gt

3
XML and XHTML document structure
  • HTML structure - ltheadgt and ltbodygt in an ltHTMLgt
    page.
  • An XML document contains the prolog, the root
    element, and sub elements.

4
HTML vs XHTML
5
HTML and XHTML
  • Further details on differences from W3 are found
    at
  • http//www.w3.org/MarkUp/2004/xhtml-faq
Write a Comment
User Comments (0)
About PowerShow.com