You can convert any image into HTML code, and the converted effect is basically the same as the original image. The principle is to convert the color of each 1x1 pixel in the original drawing into the background color of the corresponding 1x1 table, ha ha, I do not know what practical use ~~~~~~~~~~~~~ '
A table is created which is filled with large numbers of 1x1 cells. Each cell has a background colour of the corresponding pixel in the image. That’s all it is; just a massive grid of coloured table cells. View the source to see the details.