Search This Blog

HTML Images Tag With Border Attribute Example

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

<img src="Img/img3.png" border="3"/>

<p> Here we Set Image Border </p>

</body>
</html>
OUTPUT
HTML Images Tag With Border Attribute Example

No comments:

Post a Comment