Tag: HTML
9 items found
Blog Posts
Glossary Terms
ARIA (Accessible Rich Internet Applications)
ARIA adds roles, states, and properties to HTML so assistive technologies can understand custom interface components.
DOM (Document Object Model)
The DOM turns an HTML or XML document into a tree of objects that browsers can read and change through JavaScript.
HTML (HyperText Markup Language)
HTML is the markup language that defines the structure of headings, paragraphs, links, forms, media, and other web content.
htmx
htmx is a lightweight library that adds AJAX, WebSocket, and partial server-rendered updates through HTML attributes.
Islands Architecture
Islands architecture keeps most of a page as static HTML and hydrates only the interactive UI sections as separate islands.
Meta Tag
A meta tag is machine-readable information in the HTML head that influences search snippets, social previews, and browser behavior.
Qwik
Qwik is a web framework that resumes application state from HTML and loads JavaScript on demand for fast startup.
Web Components
Web Components use Custom Elements, Shadow DOM, and templates to create framework-independent custom HTML elements.