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)
The image-toolbar is used in MSIE 6.
The coverage

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