show-notice
hide-notice

Friday 9 August 2013

HTML 5 figcaption Tag


Introduction:

The HTML5 <figcaption> tag is used to provide a caption when using the <figure> tag.

Example:
<p><a href="#1">Figure 1</a> provides the JavaScript code for creating an alert box:</p>
<figure id="1">
<figcaption>Figure 1. JavaScript Alert Box.</figcaption>
<pre><code>alert('Hello!');</code></pre>
</figure>

SHARE THIS POST   

0 comments :

Post a Comment

Design by Gohilinfotech | www.gohilinfotech.blogspot.com