DocType header voor templates

From Joomla! Documentation

This page is a translated version of the page DocType header for templates and the translation is 100% complete.

Momenteel is de gedachte dat HTML5 gebruikt moet worden voor Joomla! templates.
Stelt uw template in op html5 uitvoer:

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

Aanbevolen DocTypes

De lijst van aanbevolen DocTypes voor verschillende omstandigheden:

  • HTML5: <!DOCTYPE html>


Referenties over DocTypes

Referenties aanbevolen DocTypes: