This wiki is for the exclusive use of my friends and colleagues. Account creation and anonymous editing have been turned off.

If you are a friend or colleague of mine, and would like to participate in this project, please send me a message.

If you find these pages useful, please donate to help cover server costs. Thanks!

Difference between revisions of "Inline Element"

From OdleWiki
(Created page with "In HTML specifications up through HTML4, all elements are categorized as either ''inline'' or ''block-level'' elements. In HTML5, these catego...")
 
 
Line 1: Line 1:
In HTML specifications up through [[HTML4]], all elements are categorized as either ''inline'' or ''[[Block-level Elements|block-level]]'' elements. In [[HTML5]], these categories are replaced with a more complex set of content categories.
+
In HTML specifications up through [[HTML4]], all elements are categorized as either '''inline''' or '''[[Block-level Elements|block-level]]''' elements. In [[HTML5]], these categories are replaced with a more complex set of content categories.
  
 
===See also===
 
===See also===
 +
*https://developer.mozilla.org/en-US/docs/HTML/Inline_elements
 
*http://www.w3.org/TR/html5/dom.html#content-models
 
*http://www.w3.org/TR/html5/dom.html#content-models
 
*https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Content_categories
 
*https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Content_categories

Latest revision as of 02:08, 8 January 2014

In HTML specifications up through HTML4, all elements are categorized as either inline or block-level elements. In HTML5, these categories are replaced with a more complex set of content categories.

See also