Introduction:
The HTML5
Example:
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>
0 comments :
Post a Comment