Set 96 Practical Question

⭐ Q46 – HTML Page with Image

Example Code (Read Only):


<!DOCTYPE html>
<html>
<head><title>Image Example</title></head>
<body>
<h2>Image Tag Example</h2>
<img src="logo.png" width="200" height="150">
</body>
</html>

Write Your HTML / JavaScript Code