<figure>
<img src="url">
<figcaption>Keterangan Gambar<figcaption>
</figure>
Contoh penggunaan tag <figure> dan <figcaption>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Figure dan Figcaption</title>
</head>
<body>
<figure>
<img src="wafiqazizah.jpg" width="192" height="320">
<figcaption>Wafiq Azizah </figcaption>
<img src="maudyayunda.jpg" width="192" height="320">
<figcaption>Maudy Ayunda Berkerudung</figcaption>
</figure>
</body>
</html>


Referensi :
http://id.wikipedia.org/wiki/HTML5
http://www.w3schools.com
Tidak ada komentar:
Posting Komentar