<!doctype html>
<html>
<head>
<title>Example of Image element</title>
<style>
#carimg {
border: solid 4px grey;
}
</style>
</head>
<body>
<h1>Displaying a GIF Image</h1>
<img id="carimg" src="https://s3.ap-south-1.amazonaws.com/s3.studytonight.com/tutorials/uploads/pictures/1584438990-71449.gif" alt="White Lamborghini"/>
</body>
</html>