HTML CSS Reference/HTML Attributes Reference/galleryimg

Материал из Web эксперт
Перейти к: навигация, поиск

"galleryimg" Example

    
<HTML>
<head><Title>Example For galleryimg</Title></head>
<BODY>
<img src="http://www.wbex.ru/style/logo.png" galleryimg="no">
</BODY>
</HTML>



galleryimg is applied to

+----------------+--------------------------------------------------------------+
| Applied_To     |<img>                                                         |
+----------------+--------------------------------------------------------------+



"galleryimg" Syntax and Note

Note:
    
To eliminate the appearance of the toolbar for all <img> elements, 
use the following command in the <head> section of the page:
<meta http-equiv="imagetoolbar" content="no">
    
Syntax:
    
<img galleryimg="value">