Difference between revisions of "Figure and Figcaption Elements"
Jump to navigation
Jump to search
The SSB McLean, VA Office Building
Power Scooter.
© MyScooterShop
JavaScript Alert dialog code
Line 21: | Line 21: | ||
</code> | </code> | ||
<figcaption>JavaScript Alert dialog code</figcaption> | <figcaption>JavaScript Alert dialog code</figcaption> | ||
+ | </figure> | ||
+ | </html> | ||
+ | |||
+ | ==Figure with background image== | ||
+ | <html> | ||
+ | <figure> | ||
+ | <div style="background-image:url('test.jpg');"> | ||
+ | </div> | ||
</figure> | </figure> | ||
</html> | </html> |
Revision as of 17:50, 6 July 2015
Image figure and caption

Non-image figure and caption
window.alert('Email address is invalid');
Figure with background image