Home > Web Front-end > HTML Tutorial > Please help, how can I make html not link images, but have built-in images_html/css_WEB-ITnose

Please help, how can I make html not link images, but have built-in images_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 12:21:56
Original
1480 people have browsed it

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

background-image:url("urladdress");

Do you need this? ?

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

I am now I would like to know if there is any way to build this image into the web page itself


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.

Tiger Portal

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template