Search This Blog

CSS Image With Border Example

CSS Image With Border Example :
<!DOCTYPE html>
<html>
<head>
<title> kod4u </title>
<style type="text/css">
img {
border: 5px solid red;
}
</style>
</head>
<body>
<h1> Image With Border Example </h1>
<p> Here we use image tag with border property in our web pages </p>
<img src="img\css.jpg" alt=" please refresh web page ">
</body>
</html>
OUTPUT
CSS Image With Border Example

No comments:

Post a Comment