You can insert an image in the HTML webpage by using the following code:
<!DOCTYPE html>
<html>
<body>
<h2>HTML Image Example</h2>
<img src=”tulip.jpeg” />
</body>
</html>
You can insert an image in the HTML webpage by using the following code:
<!DOCTYPE html>
<html>
<body>
<h2>HTML Image Example</h2>
<img src=”tulip.jpeg” />
</body>
</html>
Leave a Reply