Insert pictures in html. To display pictures, you need HTML tags. You can use the img tag.
1. HTML image tag syntax
img introduction:
src is followed by the image path address
width sets the image width
height sets the image height
2. Specific html image display example - TOP
We insert three pictures into the html source code, one with the original size, one with the width and height changed to small, and one with the width and height changed to large.
1. The complete html code of the example:
Original large image
Change the picture to a smaller size
Change the picture to a larger size