code that can make any image responsive in htmland css code example
Example: responsive img
.responsive-img {
max-width:100%;
display:block;
height:auto;
}
.responsive-img {
max-width:100%;
display:block;
height:auto;
}