HTML - Interactive Content (User Interaction) (Element)

About

Interactive element are interactive elements that are specifically intended for user interaction.

List

Event

They trigger a sequence of events dependent on the activation mechanism, and normally culminating in a click event.

Property

Focus

They have an activation behavior, which means that the user can activate them known as focus.

Order

The order of interactive element is known as the tab order.





Discover More
Content Venn
HTML - (Content of an element|Content Model)

The contents of an element are its children in the DOM tree. Each element has a content model: a description of the element's expected contents. HTML Authors must not use HTML elements anywhere except...
Devtool Track Active Element
HTML - Focus (Active element) (and Blur)

The focus is the interactive element actually active on a HTML dom document through: a mouse click (if you mouse click on a text input field, ready to begin typing, this element will come into focus)...
HTML - Hypertext

Hypertext is: a text that is interactive with its hyperlinks (hypertext links) Hypertext means text with links in it. This is the first basic data structure of Internet as you can find it in:...
HTML - Title (element|attribute)

Title in HTML can be: the title element or the title attribute of an element The title element represents the document’s title or name. The document property document.title returns the...
HTML - tabindex attribute (tab order)

tabindex is a global attribute that specifies whether: the element represents an element that is is focusable (that is, that you can click or navigate with tab or an element which is part of the sequence...
Card Puncher Data Processing
UI - Action (Interaction | Event )

event in a graphical user interface (GUI) application Action (or interaction) are the actions that can perform a user (or programmatic client) with the application. The more action, the more engagement....
Web - Single page application (SPA)

A Single Page Applications (SPAs) isone HTML page where the modification due to user interaction is completely managed by the browser script (ie javascript) Static web apps that require only a single...
What is the Tab Order (Keyboard focus navigation)

The tab order is the order of interactive elements such as: links and form controls You can loop through this sequence in the browser by going to the address bar (alt+d) and pressing the tab...
What is the script HTML element?

A client-side script is a program that is: linked (server-side script) or directly embedded in an HTML document (in-line script) Scripts in HTML have “run-to-completion” semantics, meaning that...



Share this page:
Follow us:
Task Runner