To add a title to the
<!DOCTYPE html> <html> <head> <title>HTML figcaption Tag</title> </head> <body> <figure><img src = "https://www.tutorialspoint.com/videotutorials/images/tutorial_library_home.jpg"/ alt="Add a title to a <figure> element in HTML5" > <figcaption>Tutorials Point Library of Tutorials</figcaption> </figure> </body> </html>
The above is the detailed content of Add a title to a