HTML/CSS/Link Attributes/methods — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
|
(нет различий)
|
Текущая версия на 08:17, 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>