Quick actions

cmd+k|ctrl+k

Navigation

Languages

Memanipulasi Element

Snippet info

Language

JavaScript

Visibility

public

Author

ibank

Created

2020-09-04T03:24:04Z

Updated

2020-09-04T03:24:04Z

<!DOCTYPE html>
<html>
<head>
   <title>Manipulating Attribute</title>
</head>
<body>
<figure>
   <img id="catImage" src="https://i.ibb.co/9WT6LG6/two-three.jpg" alt="three-cats" width="600px"/>
   <figcaption id="caption">Tiga Anak Kucing</figcaption>
</figure>
</body>
</html>
INFO