I saw the following type of image in many websites when I download the website and I don't have any idea about this image
Can you please explain it..
I guess those are all icons and grouped together, if I am correct how can i use it in HTML page.
I saw the following type of image in many websites when I download the website and I don't have any idea about this image
Can you please explain it..
I guess those are all icons and grouped together, if I am correct how can i use it in HTML page.
This is a so called sprite image. You use the same image as background image for small elements und use background-position
to set the proper icon.
The advantage is, you only have to load one image once.
See this article about sprite images.
These are image sprites: http://www.w3schools.com/css/css_image_sprites.asp You use these combined images as background images - and move them to the right position.