Supporting interactivity with code
in HTML, CSS & JS
Beyond Blue Links: Making Clickable Elements Recognizable
http://www.nngroup.com/articles/clickable-elements/
http://microinteractions.com/what-is-a-microinteraction/
http://ui-patterns.com/patterns
From the beginning, people chose paths through a hyperlinked structure by clicking on links.
Later, they interacted with web servers via forms.
<a href="url" target="option">clickable element</a>
A link is a promise: http://www.nngroup.com/articles/link-promise/
URL
Target
Usability
A link is a promise: http://www.nngroup.com/articles/link-promise/
Everything is inside a <form> element
Almost everything is an <input> element
Requires a submit button