HTML
Quick Definition
Standard markup language for web page structure and content
Full Definition
HyperText Markup Language, the standard for creating web page structure and content.
Examples
semantic HTML, forms, tables, accessibility, SEO
Related Terms
css
dom
accessibility
More Frontend Terms
Shadow DOM
Web standard for encapsulated DOM and styling isolation
Server Components
React components rendering on the server for better performance
Virtual DOM
Lightweight DOM copy for efficient UI updates
Context API
React mechanism for sharing state without prop drilling
Frontend Development
Building user-facing web applications with HTML, CSS, JavaScript
CSS Grid
Two-dimensional CSS layout system for complex layouts