#summary The a methods attribute represents the HTTP methods supported by the link.
#labels about-html,is-html-attribute,from-microsoft
You are here: [Welcome Home] > [HTMLReference HTML Reference] > [HTMLElements Elements] > [AElement element] > *methods attribute*
== Usage ==
{{{
}}}
== Values ==
A comma-seperated list of methods. No default value.
== Elements ==
You can use the `methods` attribute on the following elements:
* [AElement ]
* [LinkElement ]
== Browser compatibility ==
[ArticleBrowserCompatibilityLegend Compatibility table legend]
|| *Test* || *IE8* || *IE7* || *IE6* || *FF3* || *FF2* || *Saf3* || *Op9* || *Chrome* ||
|| [http://doctype.googlecode.com/svn/trunk/tests/html/attributes/a-methods-reflection-test.html a.Methods reflects ] || Y || Y || Y || N || N || N || Y || N ||
== Further reading ==
* [http://msdn2.microsoft.com/en-us/library/ms534168.aspx The methods attribute on MSDN]