HTML/CSS/Link Attributes/methods
Версия от 09:21, 26 мая 2010; (обсуждение)
"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>