HTML/CSS/Link Attributes/methods
"methods" sets a comma-separated list of HTTP methods supported by the element
<HTML>
<head>
<Title>Example For methods</Title>
</head>
<BODY>
<a methods="get, post" href="http://www.wbex.ru/">wbex.ru</a>
</BODY>
</HTML>