HTML CSS Reference/HTML Attributes Reference/methods

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

"methods" Example

    
<HTML>
<head><Title>Example For methods</Title></head>
<BODY>
<a methods="get, post" href="http://www.wbex.org/">wbex.ru</a>
</BODY>
</HTML>



methods is applied to

+----------------+--------------------------------------------------------------+
| Applied_To     |<a>                                                           |
+----------------+--------------------------------------------------------------+



"methods" Syntax and Note

Note:
    
Sets a comma-separated list of HTTP methods supported by the element. 
This attribute is only applicable to the <a> element.
    
Syntax:
    
<a methods="value"> . . . </a>