HTML/CSS/Link Attributes/methods

Материал из Web эксперт
Перейти к: навигация, поиск

"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>