Within your infotech.html page, you're wrapping your img within a paragraph p tag. The paragraph doesn't appear to have any purpose here, in which case it should be removed to simplify the code.
In addition, it's possible to remove the height=100% specification since the browsers will automatically adjust height to match width proportionately.
Within your infotech.html page, you're wrapping your
img
within a paragraphp
tag. The paragraph doesn't appear to have any purpose here, in which case it should be removed to simplify the code.In addition, it's possible to remove the height=100% specification since the browsers will automatically adjust height to match width proportionately.
Thus, the code:
can become: