HTML CSS Reference/HTML Attributes Reference/methods
"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>