Pour ajouter un titre à un élément
<!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="Ajouter un titre à un élément <figure> en HTML5" > <figcaption>Tutorials Point Library of Tutorials</figcaption> </figure> </body> </html>
Ce qui précède est le contenu détaillé de. pour plus d'informations, suivez d'autres articles connexes sur le site Web de PHP en chinois!