HTML figure Tag

PHOTO EMBED

Tue Feb 08 2022 09:21:28 GMT+0000 (Coordinated Universal Time)

Saved by @Arjun007 #html #css #javasc #java #php #sass

<!DOCTYPE html>
<html lang="en">
<head>
<title>Example of HTML figure Tag</title>
</head>
<body>
    <figure>
		<img src="image.jpg" alt="Space Shuttle">
		
	</figure>
</body>
</html>
content_copyCOPY

https://elementtutorials.com/ref/figure.html