Sign in
chromium
/
chromium
/
src
/
2ac0c19603e70ef75f156ee8409162bbff94de74
/
.
/
content
/
test
/
data
/
accessibility
/
html
/
figcaption.html
blob: f53674b7f013b1f840171e6a27d6c49b358bd4d7 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
<figure>
<img
src
=
"greenbox.png"
alt
=
"This is a green box."
>
<figcaption>
Fig.1 - A green Box
</figcaption>
</figure>
</body>
</html>