Add Images using HTML
How to Add Image using HTML
To add image to the website using HTML generally we use ' img 'tag (<img src=" " alt=" ">)
in ' src ' add source of image and ' alt ' section add alternative name of that image.
Example:
<html>
<head>
<title>HTML Colors by Name</title>
</head>
<body>
<img src="html.png" alt="#" />
</body>
</html>
Output:
If you guys found helpful then please d let me know in comment section.👇👇
Tejas Dhodi👦,
9 July 2022.
Comments
Post a Comment