Show Output
<!DOCTYPE html> <html lang="en"> <head> <title>Example of HTML figcaption Tag</title> </head> <body> <figure> <img src="/examples/images/discovery.jpg" alt="Space Shuttle"> <figcaption>NASA - Space Shuttle Discovery</figcaption> </figure> </body> </html>