Recent

6/recent/ticker-posts

HTML (16)

HTML (16)


Nukleall - Strange computer codes - YouTube


Image tag (attributes)

The "alt" tag is used to specifies alternative text.Graphical browsers show "alt" attribute text upon moving mouse pointer on it,of the image is available and downloading is enables by the user

Tag = <img src = "C:\Users\Public\Pictures\Satagple Pictures\Koala.jpg" alt = "koala pic">

Example ↓↓↓↓↓
<html>
<head>
<title>My Page </title>
</head>
<body>
This is a image tag
<p>
<img src="C:\Users\Public\Pictures\Sample Pictures\Koala.jpg" alt ="koala pic">
</p>
</body>
</html>


Post a Comment

0 Comments