Recommended DocTypes/nl: Difference between revisions

From Joomla! Documentation

Created page with "Aanbevolen DocTypes"
 
FuzzyBot (talk | contribs)
Updating to match new version of source page
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<noinclude><languages /></noinclude>
<noinclude><languages /></noinclude>
List of recommended [http://www.w3.org/QA/2002/04/valid-dtd-list.html DocTypes] for different circumstances:
De lijst van aanbevolen [http://www.w3.org/QA/2002/04/valid-dtd-list.html DocTypes] voor verschillende omstandigheden:


* HTML 4.01 Strict: <nowiki><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"></nowiki>
* HTML5: <tt><!DOCTYPE html></tt>
* 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>  
[[Category:DocType]]
[[Category:DocType/nl|Doctype]]
[[Category:Template Reference]]
[[Category:Template Reference/nl|Template verwijzingen]]
[[Category:Template Development]]
[[Category:Template Development/nl|Template ontwikkeling]]
</noinclude>
</noinclude>

Latest revision as of 12:35, 18 August 2015

De lijst van aanbevolen DocTypes voor verschillende omstandigheden:

  • HTML5: <!DOCTYPE html>