<!DOCTYPE> HTML

نوع مستند HTML

تمام مستندات HTML باید با <!DOCTYPE> آغاز اعلامیه.

این اعلامیه یک برچسب HTML نیست. این یک "اطلاعیه" است که به مرورگر اطلاع می‌دهد که نوع سند مورد انتظار چیست.

در HTML5، اعلام<!DOCTYPE> بسیار ساده است:

<!DOCTYPE html>

در مستندات قدیمی‌تر (HTML 4 یا XHTML)، این اعلام پیچیده‌تر است، زیرا اعلام باید به DTD (تعریف نوع مستند) مراجعه کند.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

شما می‌توانید در مراجعه به<!DOCTYPE> برای اطلاعات بیشتری در مورد نوع مستند بخوانید.

عناصر HTML معتبر در مختلف DOCTYPE‌ها

برچسب‌ها HTML 5 HTML 4 XHTML
<a> بله بله بله
<abbr> بله بله بله
<acronym> نه بله بله
<address> بله بله بله
<applet> نه بله نه
<area> بله بله نه
<article> بله نه نه
<aside> بله نه نه
<audio> بله نه نه
<b> بله بله بله
<base> بله بله بله
<basefont> نه بله نه
<bdi> بله نه نه
<bdo> بله بله نه
<big> نه بله بله
<blockquote> بله بله بله
<body> بله بله بله
<br> بله بله بله
<button> بله بله بله
<canvas> بله نه نه
<caption> بله بله بله
<center> نه بله نه
<cite> بله بله بله
<code> بله بله بله
<col> بله بله نه
<colgroup> بله بله نه
<datalist> بله نه نه
<dd> بله بله بله
<del> بله بله نه
<details> بله نه نه
<dfn> بله بله بله
<dialog> بله نه نه
<dir> نه بله نه
<div> بله بله بله
<dl> بله بله بله
<dt> بله بله بله
<em> بله بله بله
<embed> بله نه نه
<fieldset> بله بله بله
<figcaption> بله نه نه
<figure> بله نه نه
<font> نه بله نه
<footer> بله نه نه
<form> بله بله بله
<frame> نه نه نه
<frameset> نه بله نه
<h1> تا <h6> بله بله بله
<head> بله بله بله
<header> بله نه نه
<hr> بله بله بله
<html> بله بله بله
<i> بله بله بله
<iframe> بله بله نه
<img> بله بله بله
<input> بله بله بله
<ins> بله بله نه
<kbd> بله بله بله
<label> بله بله بله
<legend> بله بله بله
<li> بله بله بله
<link> بله بله بله
<main> بله نه نه
<map> بله بله نه
<mark> بله نه نه
<meta> بله بله بله
<meter> بله نه نه
<nav> بله نه نه
<noframes> نه بله نه
<noscript> بله بله بله
<object> بله بله بله
<ol> بله بله بله
<optgroup> بله بله بله
<option> بله بله بله
<output> بله نه نه
<p> بله بله بله
<param> بله بله بله
<pre> بله بله بله
<progress> بله نه نه
<q> بله بله بله
<rp> بله نه نه
<rt> بله نه نه
<ruby> بله نه نه
<s> بله بله نه
<samp> بله بله بله
<script> بله بله بله
<section> بله نه نه
<select> بله بله بله
<small> بله بله بله
<source> بله نه نه
<span> بله بله بله
<strike> نه بله نه
<strong> بله بله بله
<style> بله بله بله
<sub> بله بله بله
<summary> بله نه نه
<sup> بله بله بله
<table> بله بله بله
<tbody> بله بله نه
<td> بله بله بله
<textarea> بله بله بله
<tfoot> بله بله نه
<th> بله بله بله
<thead> بله بله نه
<time> بله نه نه
<title> بله بله بله
<tr> بله بله بله
<track> بله نه نه
<tt> نه بله بله
<u> بله بله نه
<ul> بله بله بله
<var> بله بله بله
<video> بله نه نه
<wbr> بله نه نه