article

article


NOTE: This new element is HTML5 and will be a standardized element in 2014.

The article tag is used for independent content sections in a web document such as but not limited to things like forum posts, articles, news entries or blog posts.

HTML CODE EXAMPLE
<article>
  <h2>The Power of Informal Online Learning Methods</h2>
  <p>Many people are learning online free in this day and age. As...</p>
  <a href="http://www.kenleek.com/reflection.html">Reference link</a>
</article>

Roll your mouse over my image below to see my hotspots in place in it. The idea is to make parts of the image banner clickable in certain spots on the otherwise static image.

Live Browser

The Power of Informal Online Learning Methods

Many people are learning online free in this day and age. As...
Reference link

Attributes for this element:

global attributes - global core attributes
See: list of global attributes



Events handlers for this element:

global event handlers - global event handler attributes
See: list of global event handlers

0 Response to "article"

Post a Comment