IMAGE TAG:-
<html>
<body>
<h2>HTML Images</h2>
<p>HTML images are defined with the img tag:</p>
<img src="google.jpg" alt="google.com" width="200" height="200">
</body>
</html>
<html>
<body>
<h2>HTML Images</h2>
<p>HTML images are defined with the img tag:</p>
<img src="google.jpg" alt="google.com" width="200" height="200">
</body>
</html>
OUTPUT:-
- Images are defined with the <img> tag.
- The source file (src), alternative text (alt), width, and height are provided as attributes:
No comments:
Post a Comment