Recommended DocTypes: Difference between revisions

From Joomla! Documentation

Tom Hutchison (talk | contribs)
MATsxm (talk | contribs)
No other than HTML5 needed and link to others is provided
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
List of recommended [http://www.w3.org/QA/2002/04/valid-dtd-list.html DocTypes] for different circumstances:-
<noinclude><languages /></noinclude>
<translate><!--T:1-->
List of recommended [http://www.w3.org/QA/2002/04/valid-dtd-list.html DocTypes] for different circumstances:</translate>
 
* HTML5: <tt><!DOCTYPE html></tt>


* HTML 4.01 Strict: <nowiki><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"></nowiki>
* HTML 4.01 Transitional: <nowiki><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"></nowiki>
* HTML 4.01 Frameset: <nowiki><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"></nowiki>
* XHTML 1.0 Strict: <nowiki><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"></nowiki>
* XHTML 1.0 Transitional: <nowiki><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"></nowiki>
* XHTML 1.0 Frameset: <nowiki><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"></nowiki>
* XHTML 1.1 DTD: <nowiki><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"></nowiki>
* HTML5: <!DOCTYPE html>
<noinclude>  
<noinclude>  
<translate>
<!--T:2-->
[[Category:DocType]]
[[Category:Template Reference]]
[[Category:Template Reference]]
[[Category:Template Development]]
[[Category:Template Development]]
</translate>
</noinclude>
</noinclude>

Latest revision as of 12:29, 18 August 2015

List of recommended DocTypes for different circumstances:

  • HTML5: <!DOCTYPE html>