Search This Blog
Showing posts with label HTML Images Tags. Show all posts
Showing posts with label HTML Images Tags. Show all posts
HTML Images Tag With Alt Attribute Example
HTML Images Tag With Alt Attribute Example :
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<h1> Images Tag With Alt Attribute Example </h1>
<p> < img > tag used to when you want to insert a image in your Web Page. </p>
<img src="Img\img2.gif" alt="pic can't display"/>
</body>
</html>
OUTPUT<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<h1> Images Tag With Alt Attribute Example </h1>
<p> < img > tag used to when you want to insert a image in your Web Page. </p>
<img src="Img\img2.gif" alt="pic can't display"/>
</body>
</html>
Subscribe to:
Posts (Atom)