| Use XHTML 1.0 | Episode Markup Language 1.0 | XHTML 1.0 or HTML 4.01 |
|---|---|---|
| false | <EpDocument> </EpDocument> | <html> </html> |
| true | <EpDocHead> </EpDocHead> | <head> </head> |
| true | <title> </title> | <title> </title> |
| true | <charset content="ISO-8859-1" /> | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> |
| true | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> |
| true | <meta name="" content="" /> | <meta name="" content="" /> |
| true | <keywords content="" /> | <meta name="keywords" content="" /> |
| true | <description content="" /> | <meta name="description" content="" /> |
| true | <styles type="text/css" version="" href="" title="" /> | <link rel="stylesheet" type="text/css" href="" /> |
| true | <styles type="text/css" version="" href="" title=""> </styles> | <style type="text/css"> </style> |
| true | <script language="JavaScript" type="text/javascript" version="" src=""> </script> | <script language="JavaScript" type="text/javascript" src=""> </script> |
| true | EpDocBody lang | body xml:lang |
| false | NavBar | div class="NavBar" |
| false | NavMenu | div class="NavMenu" |
| false | NavItem | a class="NavItem" (recommended) span class="NavItem" (allowed) |
| true |
Heading Heading Level="1...6" |
h3 h1...h6 |
| true | Notes | ol (recommended) ul (allowed) |
| true | Note | li |
| false | EpisodeList Series Season | table class="EpisodeList" cellspacing cellpadding <!-- Series Season --> |
| false | EpisodeItemHead | tr class="EpisodeItemHead" |
| false | EpisodeItem | tr class="EpisodeItem" |
| false | Episode | div | table class="Episode" |
| false | EpHeader | table class="EpHeader" |
| false | EpRow | tr class="EpRow" |
| false | EpProdNumberHead | th class="EpProdNumberHead" |
| false | EpProdNumber | td class="EpProdNumber" |
| false | EpSeriesHead | th class="EpSeriesHead" |
| false | EpSeries | td class="EpSeries" |
| false | EpSeasonHead | th class="EpSeasonHead" |
| false | EpSeason | td class="EpSeason" |
| false | EpNumberHead | th class="EpNumberHead" |
| false | EpNumber | td class="EpNumber" |
| false | EpTitleHead | th class="EpTitleHead" |
| false | EpTitle | td class="EpTitle" |
| false | EpDateHead | th class="EpDateHead" |
| false | EpDate | td class="EpDate" |
| false | EpSynopsisHead | th class="EpSynopsisHead" |
| false | EpSynopsis | td class="EpSynopsis" |
| false | StaffList | table class="StaffList" |
| false | StaffItem | tr class="StaffItem" |
| false | StaffHeading | th class="StaffHeading" colspan="2" |
| false | StaffLabel | th class="StaffLabel" |
| false | StaffName | td class="StaffName" |
| false | CastList | table class="CastList" |
| false | CastItem | tr class="CastItem" |
| false | CastHeading | th class="CastHeading" colspan="2" |
| false | CastActor Head="false | true" | td | th class="CastActor" |
| false | CastRole Head="false | true" Kind="kind" | td | th class="CastRole" <!-- Kind="kind" --> |