This shows you the differences between two versions of the page.
notices:interfaces-riches-javascript:differencier-les-boutons-des-liens [13 August 2013 at 16:09] Sébastien Delorme (Atalan) |
notices:interfaces-riches-javascript:differencier-les-boutons-des-liens [13 August 2013 at 16:11] (current) Sébastien Delorme (Atalan) |
||
---|---|---|---|
Line 3: | Line 3: | ||
To help users understand rich interfaces more easily, use buttons to perform actions and links to navigate: | To help users understand rich interfaces more easily, use buttons to perform actions and links to navigate: | ||
- | * ''<button>'' and ''<input>'' elements are intended to perform actions, submit information, display the following or previous element in a carousel, close a modal window, etc. | + | * Buttons ''<button>'' and ''<input>'' are intended to perform actions, submit information, display the following or previous element in a carousel, close a modal window, etc. |
- | * ''<a>'' elements allow the user to navigate to another page, or to a specific point on the current page by pointing to an anchor. | + | * Links ''<a>'' allow the user to navigate to another page, or to a specific point on the current page by pointing to an anchor. |