Deze doctype staat alle HTML-elementen en attributen toe, behalve de verouderde opmaakkenmerken (zoals font). Framesets worden niet toegelaten.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
Deze doctype staat alle HTML-elementen en attributen toe, OOK de verouderde opmaakkenmerken (zoals font). Framesets worden niet toegelaten.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
Deze doctype is identiek aan HTML 4.01. Transitional Framesets worden wél toegelaten.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> |
Deze doctype staat alle HTML-elementen en attributen toe, behalve de verouderde opmaakkenmerken (zoals font). Framesets worden niet toegelaten. De taal moet ook juist geformuleerde XML zijn.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
Deze doctype staat alle HTML-elementen en attributen toe, OOK de verouderde opmaakkenmerken (zoals font). Framesets worden niet toegelaten. De taal moet ook juist geformuleerde XML zijn.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
Deze doctype is identiek aan XHTML 1.0. Transitional Framesets worden wél toegelaten.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"> |
Deze doctype is identiek aan XHTML 1.0 Strict,maar staat je toe om modules toe te voegen, (bijvoorbeeld om Ruby support voor Aziatische talen toe te voegen).
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> |
Voor HTML5 is er slechts één doctype:
<!DOCTYPE HTML> |
© 2000 - 2016 Zelfstudie.be - Alle rechten voorbehouden
Website laten maken: kerfuffle.be - Website publiceren: zelfhosting.com