HTML கற்போம் - 5
HTML Images
Example
<html>
<body>
<h2>Norwegian Mountain Trip</h2>
<img border="0" src="/images/pulpit.jpg" alt="Pulpit rock" width="304" height="228">
</body>
</html>
The <img> Tag and the Src Attribute
HTML,இல் images ஆனது <img> tag இனால் வரையரை செய்யப்படும்.
<img> tag ஆனது closing...