<meta http-equiv="Imagetoolbar" content="no">

Browser
  • IE
Type

This META element specifies whether or not to display the image toolbar.

The META element is placed inside the HEAD element.


<meta http-equiv="Imagetoolbar" content="no">

Attribute Value Explanation
http-equiv=" " Imagetoolbar -
content=" " yes image-toolbar is displayed (default)
no image-toolbar is not displayed

Extension attribute value. (Non standard attribute value)

Image-toolbar
The image-toolbar is used in MSIE 6.

Testing of the toolbar displaying

Example


<html>
<head>
<meta http-equiv="Imagetoolbar" content="no">
<title>TAG index</title>
</head>
<body>



</body>
</html>