Horje

Example of Image Width and Height CSS

Here following css will change <img Width and Height
<style>
/* This style sets the width of all images to 100%: */
img {
  width: 50px;
  height: 50px;
}
</style>




Category:
Web Tutorial
Sub Category:
HTML Images
Uploaded by:
Admin