HTML Image Tag |
•
<img src="path/of/image" alt="alternate text">
•
<img align=>If the text is not going to show side by side with the image, just put a//top,middle,bottom
•
<img src=URL border=>
•
<img src=URL height=value width=value>
<img src="pic/img.png" \> PHP Tutorial
PHP Tutorial
<img src="pic/img.png" align=middle \> PHP Tutorial
PHP Tutorial
<img src="pic/img.png" align=middle border=4 height=70 width=100 \> PHP Tutorial
PHP Tutorial
<a href="http://www.endmemo.com/program/php/"><img src="pic/img.png" align=middle border=4 height=70 width=100 \></a>
Image as a hyperlink to the PHP tutorial.