코드:
결과보기 »
<!DOCTYPE html> <html lang="ko"> <head> <meta charset="UTF-8"> <title>HTML figure tag</title> </head> <body> <figure> <img src="/examples/images/img_flower.png" alt="flowers" width="350" height="263"> </figure> </body> </html>