How to add an Image in HTML..?
How to add an image in HTML code..?
- <img> Tag
- alt
<alt> can be used to display text when an image is not visible.
How to set an image height & width in HTML..?
Output:-
Graduated Girl
HTML Code:-
<!DOCTYPE html>
<html>
<body>
<h2>Graduated Girl</h2>
<img src="https://www.heirloomportraits.ca/usercontent/services/graduation-portraits/grad7.jpg" alt="Graduated Girl in UOW" width="600" height="300">
</body>
</html>
Written by: W.A. Eranga Dewmini
No comments:
Post a Comment