Image HTML
How can I make the html not have to link images, but have built-in images? Thanks. . . . . . ? I don’t understand what you mean I don’t understand what you mean
I have a web page with an image linked inside and outside
The image must be on a fixed path. Changing the image path will cause the web page image to display red XX
The image is img, which is a replacement element and cannot be built in. It must be referenced to the original image through src, unless you use html5 canvas or svg to draw it yourself.
LZ means to put the image on the page in the form of base64 characters and load it directly, right?
It is possible. But it seems that IE6 does not support it.