HTML CSS Reference/HTML Attributes Reference/methods

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

"methods" Example

   <source lang="html4strict">
   

<HTML> <head><Title>Example For methods</Title></head> <BODY> <a methods="get, post" href="http://www.wbex.org/">wbex.ru</a> </BODY> </HTML>


     </source>
   
  


methods is applied to

   <source lang="html4strict">

+----------------+--------------------------------------------------------------+ | Applied_To |<a> | +----------------+--------------------------------------------------------------+

     </source>
   
  


"methods" Syntax and Note

   <source lang="html4strict">

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>


     </source>