The tutorials found herein have been written for clarification of existing W3C HTML 5 and HTML 4.01 (and, by extension, xHTML 1.0 as text/html) specifications through the use of real-world examples.

Some section names have been taken from HTML 5; some remain HTML 4.01. Text-Level Elements in HTML 4.01 - have become Text-Level Semantics in HTML 5 but some were reclassified as Grouping or Phrasing Content; List elements are Grouping Content but shown here as “Lists”.
codetype
The codetype attribute specifies the content type of data expected when downloading the object specified by classid. It may be found assigned with the object element.
[Note: This attribute remains optional. However, its use is recommended when classid is specified except when absent, it defaults to the value of the type attribute. Notwithstanding, HTML 5 has obsoleted this attribute.]
codetype
<p>
<object id="daffyduckdoc" data="daffy-duck-doc.ogv" type="video/ogg"
codetype="video/ogg" codebase="http://www.vlvelibrystcks.com/vid/machine/">
<img src="/images/tutorials/daffy-duck-doc.jpg" alt="Title image for 'The Daffy Doc »
with Porky' cartoon" title="This application is not supported. Please view image.">
</object>
</p>
The Elementary Standards: A Compendium of articles, tutorials and reference material regarding Web Standards, HTML and CSS Copyright ©2005-2010. All work is published by Sean Fraser under a Creative Commons License. All Rights Reserved.