Horje
HTML Images

Images can improve the design and the appearance of a web page.


Full Example of HTML Images

<!DOCTYPE html>
<html>
<body>
<h2>HTML Image</h2>
<img src="https://itupto.com/avatar.png" alt="Trulli" width="500" height="333">
</body>
</html>

Output should be:

Full Example of HTML Images





Category:
Web Tutorial
Sub Category:
HTML Images
Uploaded by:
Admin


Read Article
https://horje.com/learn/1434/reference