Learn HTML image formatting border width height



Learn HTML image formatting border width hieght
We will use  width height  and border for resize the image and make border over the image 

Example :

<html>
    <head>
        <title>Image testing</title>
    </head>
    <body>
        <center>
        <h1>Image testing</h1>
        <img src="html5.jpg" style="
        width:50%;
        height:50%;
        border:3px solid red;
        " />
        </center>
    </body>
</html>


you can watch the video here: