How to use < img > tag with src attribute in HTML ? with example
How to use < img > tag with src attribute in HTML ? with example
<img> tag with src attribute this is example of
src attribute with realative url
<html>
<body>
<h1>Example of src attribute with image tag</h1>
<img src="tech_thinkforu.png"
alt="Tech forum" width="300" height="500">
</body>
</html>
Comments
Post a Comment