Adding an XHTML DOCTYPE declaration : DOCTYPE : HTML HTML CSS TUTORIALS


HTML CSS TUTORIALS » HTML » DOCTYPE »

 

Adding an XHTML DOCTYPE declaration


 

XHTML 1.0 Transitional :


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

XHTML 1.0 Strict :


      <!DOCTYPE html "-//W3C//DTD XHTML 1.0 Strict//EN"
               "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

XHTML 1.0 Frameset :


      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
               "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">

 



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo HTML
» DOCTYPE