Images (<img />)

The image element embeds an image into the document. The image's path or ...

Embedded objects (<object>, <param />)

The object element is used to insert a file into the document. That file can be of any type, an image, a text file, a video or audio, or even a file written in another language such as a flash base...

Image maps (<map>, <area />)

Image maps are used in combination with <img> element and allow users to click on a specified region of an image and execute certain action with it. The image maps can be a c...