Computer Science, asked by pranav698974, 2 months ago

write a HTML program to insert an image with attributes​

Answers

Answered by Anonymous
4

{\boxed{\underline{\tt{ \orange{Required \: \: answer:-}}}}}

<!DOCTYPE html>

<html>

<head>

 <title>HTML img Tag</title>

</head>

<body>

<img src="/html/images/test.png" alt="Simply Easy Learning" width="200"height="80">

 </body>

</html>

Similar questions