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