aside
NOTE: This new element is HTML5 and will be a standardized element in 2014.
The HTML <aside> element is used to add content that is only slightly related to the central content of the document.
HTML CODE EXAMPLE
The HTML <aside> element is used to add content that is only slightly related to the central content of the document.
HTML CODE EXAMPLE
<h2>Learn Web Development Online Free</h2>
<p>Learning web development online free supplies the student with...</p>
<aside style="text-align:right; font-size:11px;">
My dog Bella has a website too.
</aside>
<p>Learning web development online free supplies the student with...</p>
<aside style="text-align:right; font-size:11px;">
My dog Bella has a website too.
</aside>
Live Browser
Learn Web Development Online Free
Learning web development online free supplies the student with a much broader education than any college courses can offer. All of the information is online, one just has to know what they wish to learn and know how to use a search engine.
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 " aside"
Post a Comment