- If put a images in website that is show very attractive.
<img src=”image/abc.jpg” height=”100″ width=”150″ alt=”Castorclass is image”/>
In this syntax we include image of height,width and alt.
Example:-
<html>
<head>
<title> CastorClass </title>
</head>
<body>
<h1>Insert an image in html </h1>
<img src=”image/abc.jpg” height=”100″ width=”150″ alt=”Castorclass is image”/>
</body>
</html>
0 Comments:
Post a Comment