HTML/CSS/Link Attributes/methods

Материал из Web эксперт
Версия от 08:17, 26 мая 2010; Admin (обсуждение | вклад) (1 версия)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к: навигация, поиск

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