Difference between revisions of "Figure and Figcaption Elements"
Jump to navigation
Jump to search
The SSB Vienna, VA Office Building
Power Scooter.
© MyScooterShop
JavaScript Alert dialog code
Line 31: | Line 31: | ||
</figure> | </figure> | ||
</html> | </html> | ||
+ | |||
+ | ==Figure with no figcaption== | ||
+ | <figure> | ||
+ | <div>test</div> | ||
+ | </figure> | ||
[[Category:Elements]] | [[Category:Elements]] | ||
[[Category:HTML5]] | [[Category:HTML5]] |
Revision as of 15:26, 30 August 2016
Contents
Image with alt in figure with figcaption


Non-image figure and caption
window.alert('Email address is invalid');
Figure with background image
Figure with no figcaption
<figure>
test
</figure>