Difference between revisions of "DocType header for templates"

From Joomla! Documentation

(Marked for translation)
(Marked this version for translation)
Line 1: Line 1:
 
<noinclude><languages /></noinclude>
 
<noinclude><languages /></noinclude>
 
<translate>
 
<translate>
 +
<!--T:7-->
 
Current thinking is that HTML5 should be used for Joomla! templates.<br />
 
Current thinking is that HTML5 should be used for Joomla! templates.<br />
 
Set your template to html5 output:
 
Set your template to html5 output:

Revision as of 07:31, 18 August 2015

Other languages:
English • ‎Nederlands • ‎español • ‎français

Current thinking is that HTML5 should be used for Joomla! templates.
Set your template to html5 output:

	$doc = JFactory::getDocument();
	$doc->setHtml5(true);

Recommended DocTypes[edit]

List of recommended DocTypes for different circumstances:

  • HTML5: <!DOCTYPE html>


References about DocTypes[edit]

References about recommended DocTypes: