Search This Blog

HTML Images Tag Example

HTML Images Tag Example :
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<h1> Images Tag Example </h1>

<p>  < img > tag used to when you want to insert a image in your Web Page. </p>
<img src="Img\img2.gif"/>

</body>
</html>
OUTPUT
HTML Images Tag Example

No comments:

Post a Comment