!DOCTYPE
!DOCTYPE is defined as: prefix to prevent quirks mode, add for legacy & prevent incompatible rendering method. Topics on: quirks mode. Read more: HTML, Metadata
!DOCTYPE is defined as: prefix to prevent quirks mode, add for legacy & prevent incompatible rendering method. Topics on: quirks mode. Read more: HTML, Metadata
/public/index.html is defined as: root HTML Web Page to serve App Component, entry point for Browser. Topics on: <div id='root'></div>. Read more: React, React
<a> is defined as: Anchor Link Inline Element to anchor text to URL via href attribute. Topics on: href. Read more: HTML, Flow Content, HTML Element, Inline El
<article> is defined as: Article Content Semantic <div> Block Element to contain main text content. Topics on: . Read more: HTML, Flow Content, HTML Element, Bl
<audio> is defined as: Audio Inline Element to embed audio content into Document. Topics on: . Read more: HTML, Flow Content, HTML Element, Inline Element, Audi
<b> is defined as: Inline Element to style text as bold w/o Semantic. Topics on: <strong>. Read more: HTML, Flow Content, HTML Element, Inline Element, B, Seman
<body> is defined as: Root Sectioning Element to hold Document Body of HTML Document. Topics on: . Read more: HTML, Flow Content, Sectioning, Body, Root, Docume
<button> is defined as: Interactive HTMLElement to user trigger programmable action. Topics on: . Read more: HTML, Flow Content, HTML Element | Full-Stack Wiki
<code> is defined as: Code Inline Element to style text as fragment of Source Code. Topics on: to display multiple lines of code, <code> applies default CSS sty
<dd> is defined as: Definition/Description Details Block Element to provide description/definition for preceding <dt> , within <dl> container. Topics on: . Read
<details> is defined as: Details Block Element for togglable disclosure widget to embed <summary>. Topics on: <summary>. Read more: HTML, Flow Content, HTML Ele
<div> is defined as: generic content division Block Element to contain Flow Content w/o Semantic. Topics on: <article>, <footer>, <header>, <main>, <nav>, <sect
<dl> is defined as: Definition/Description List Block Element to group list of <dd>/<dt> terms. Topics on: <dt>, <dd>. Read more: HTML, Flow Content, HTML Eleme
<dt> is defined as: Definition/Description Term Block Element to specify term in <dl> container. Topics on: . Read more: HTML, Flow Content, HTML Element, Block
<figcaption> is defined as: Figure Caption Block Element to provide caption or legend to parent <figure>. Topics on: . Read more: HTML, Flow Content, HTML Eleme
<figure> is defined as: Figure Block Element to embed figure as <img> along with <figcaption>. Topics on: <figcaption>. Read more: HTML, Flow Content, HTML Elem
<head> is defined as: Document Metadata Header HTMLElement to embed Metadata Content. Topics on: . Read more: HTML, Metadata Content, Head, HTML Element | Wiki
<html> is defined as: HTML Document Root HTMLElement to contain all HTML. Topics on: lang. Read more: HTML, Metadata Content, Html, Root, HTML Element| Dev Wiki
<i> is defined as: Idiomatic Text Inline Element to style text as italic w/o Semantic. Topics on: <em>, <cite>, <dfn>. Read more: HTML, Flow Content, HTML Eleme
<iframe> is defined as: Inline Frame Inline Element to embed another HTML page into Web Page. Topics on: sandbox, src, srcDoc, to manipulate iframe DOM, indirec
<img> is defined as: Inline Element to embed image to Document. Topics on: src, alt. Read more: HTML, Flow Content, HTML Element, Inline Element, Img, Document
<input> is defined as: Form Input Inline Element to accept user input via form UI. Topics on: disable copypaste, onpaste='return false' oncopy='return false'
<label> is defined as: Input Label Inline Element to add caption via for HTML Attribute. Topics on: . Read more: HTML, Flow Content, HTML Element, Inline Elemen
<li> is defined as: List Item Block Element to rep individual item in list (<ol>, <ul> or <menu>). Topics on: . Read more: HTML, Flow Content, HTML Element, Blo
<link> is defined as: External Resource Link HTMLElement to specify Metadata Content relationships of Document & external resources. Topics on: <link> to import
<main> is defined as: Semantic Main Content <div> to group <article> & sub-content elements. Topics on: . Read more: HTML, Flow Content, HTML Element, Block Ele
<menu> is defined as: Semantic <ul> Menu List Block Element to display list of Interactive items. Topics on: . Read more: HTML, Flow Content, HTML Element, Bloc
<meta> is defined as: Metadata Content HTMLElement to define Metadata of Document. Topics on: for SEO add name='keywords' to <meta> as content string - which do
<noscript> is defined as: NoScript Metadata Content HTMLElement to load fallback content IF script disabled/fail load. Topics on: . Read more: HTML, Metadata Co
<ol> is defined as: Ordered List Block Element to contain <li> as number list. Topics on: . Read more: HTML, Flow Content, HTML Element, Block Element, Ol, Li
<option> is defined as: individual Option Element to select from parent <select>. Topics on: . Read more: HTML, Flow Content, Interactive, Select, Option | Wiki
<picture> is defined as: Picture Inline Element to load alternative versions of image to match based on Viewport/Browser into Document. Topics on: . Read more:
<pre> is defined as: HTMLElement to display preformatted text (as literally written in HTML Source Code). Topics on: . Read more: HTML, Flow Content, HTML Eleme
<progress> is defined as: Progress Indicator HTMLElement to display loading progress bar. Topics on: value. Read more: HTML, Flow Content, HTML Element, Progres
<s> is defined as: Strikethrough Inline Element to draw line through text. Topics on: !deprecated <strike>, <del>. Read more: HTML, Flow Content, HTML Element,
<script> is defined as: Script Metadata Content HTMLElement to embed code (usually JS). Topics on: can also embed non-Javascript languages & JSON. Read more: HT
<select> is defined as: Interactive Drop-down Menu Selection List HTMLElement to embed list of <option>. Topics on: <option>. Read more: HTML, Flow Content, Int
<source> is defined as: Media Source Inline Element to specify media resource for <audio>, <picture> or <video>. Topics on: Media Query for <source>, or combine
<summary> is defined as: Disclosure Summary Block Element to specify summary, caption or legend for <details> box. Topics on: . Read more: HTML, Flow Content, H
<table> is defined as: Table Block Element container to embed tabulated data. Topics on: <thead>, <tbody>, <tfoot>. Read more: HTML, Flow Content, HTML Element,
<tbody> is defined as: Table Body Block Element to embed <tr>. Topics on: <tr>, <td>, <th>. Read more: HTML, Flow Content, HTML Element, Block Element, Table, T
<time> is defined as: datetime Inline Element to Semantic mark date for machine-compat. Topics on: datetime. Read more: HTML, Flow Content, HTML Element, Inline
<tr> is defined as: Table Row Block Element for each cell row in table. Topics on: . Read more: HTML, Flow Content, HTML Element, Block Element, Table, Tbody, T
<u> is defined as: Underline Inline Element to style text with underline as unarticulated annotation Semantic. Topics on: <ins>. Read more: HTML, Flow Content,
<ul> is defined as: Unordered List Block Element to embed <li> (default display bullet points). Topics on: <menu>. Read more: HTML, Flow Content, HTML Element,
<video> is defined as: Video Inline Element to embed video media player into Document. Topics on: . Read more: HTML, Flow Content, HTML Element, Inline Element,
Block Element is defined as: 📦 HTMLElement to stack as blocks (default) & fill width of HTML. Topics on: <aside>, <blockquote>, <details>, <div>, <dl>, <figure
CSS is defined as: Stylesheet Language to express style & layout of (HTML) via Style Rule. Topics on: Cascade, Style Rule, Visual Formatting Model, CSS Syntax,
Data URI is defined as: Scheme to encode data as string & embed into HTML. Topics on: Data URI encoding can rep binary files via text. Read more: Computer Scien
datetime is defined as: HTML Attribute to set machine-readable <time> string. Topics on: . Read more: HTML, Flow Content, HTML Element, Inline Element, Time, D
DOM Tree is defined as: Tree-like structure of Node, autogen by HTML document. Topics on: Node Hierachy. Read more: JS, JS Concepts, Java Script Runtime, Platfo
Electron is defined as: JS Framework to build desktop App with JS, HTML & CSS, embed in Chromium & Node.js. Topics on: Electron is FOSS & cross platform. Read m
Embedded is defined as: Flow Content that imports external resource into Document. Topics on: . Read more: HTML, Flow Content, Embedded, Document|FullStack Wiki
Flow Content is defined as: any HTMLElement to go inside <body> via Normal Flow. Topics on: Normal Flow, HTMLElement, each HTMLElement child Element type can ha
Global attributes. Topics on: autocapitalize, autocomplete, autofocus, can be applied to all, though may have no effect, class, contenteditable, data-*, draggab
Global attributes. Topics on: Exists on all HTML elements, Global attributes. Read more: HTML, Flow Content, HTML Attribute, Global Attributes | Full-Stack Wiki
Heading is defined as: Flow Content to define section's heading. Topics on: <h1>...<h6>. Read more: HTML, Flow Content, Heading|FullStack Wiki by Roger J
href is defined as: HTML Attribute to set URL Hyperlink reference for <a>. Topics on: . Read more: HTML, Flow Content, HTML Element, Inline Element, A, Href, HT
HTML is defined as: Markup Lang to express Web Page struct/content. Topics on: Flow Content, HTML Entity, Metadata Content. Read more: HTML, Markup Lang, Web Pa
HTML Attribute is defined as: props for HTMLElement. Topics on: Global attributes. Read more: HTML, Flow Content, HTML Attribute, HTML Element | Full-Stack Wiki
HTML Entity is defined as: string to display reserved invisible chars in HTML. Topics on: HTML entities JS Syntax begin with & and end with a ;, HTML Entity wil
HTMLElement is defined as: Interface Object to rep Element in HTML. Topics on: <button>, <object>, <pre>, <progress>, Block Element, Inline Element. Read more:
HTTP is defined as: Network Protocol to transmit/access data over web i.e. HTML. Topics on: Hypermedia, HTTP follows a Request-Response model, HTTP Cookie, TCP/
indirect comms with ael. Topics on: set up event listener for messages on top level window - window.addEventListener('message', event=>console.log(event), false
Inline Element is defined as: 🔤HTMLElement Flow Content to flow side-by-side. Topics on: <a>, <abbr>, <address>, <audio>, <b>, <bdo>, <br>, <code>, <data>, <da
Interactive is defined as: Flow Content HTMLElement for user interaction. Topics on: <select>, <textarea>, <datalist>, <fieldset>, <optgroup>. Read more: HTML,
jQuery is defined as: Lib to simplify DOM API manipulation via $ wrapper around HTML. Topics on: jQuery creates a wrapper around HTML to access it via $, jQue
JSX is defined as: Syntactic Sugar to mix HTML inside JS, later Transpile to React.createElement(). Topics on: JSX Syntax, abstraction over Low-Level functions
Layout engine is defined as: Browser engine to interpret HTML, CSS & JS, & render pixels to screen. Topics on: . Read more: Computer Science, Computer Lang, Com
Metadata Content is defined as: HTMLElement to mod presentation/behavior of Document & provides additional info. Topics on: !DOCTYPE, <base>, <link>, <meta>, <n
Normal Flow is defined as: default way HTMLElement arrange into Web Page. Topics on: . Read more: HTML, Flow Content, Normal Flow, HTML Element, Web Page | Wiki
Phrasing is defined as: Flow Content to define text & markup. Topics on: . Read more: HTML, Flow Content, Phrasing|FullStack Wiki by Roger J
Pre-render is defined as: (feat) to render HTML in advance for perf & SEO. Topics on: ISR, Server Side Render. Read more: React, React Stack, Nextjs, Next Conce
quirks mode is defined as: mode for browser to handle non-standard html. Topics on: . Read more: HTML, Metadata Content, DOCTYPE, Quirks Mode | Full-Stack Wiki
React.Fragment is defined as: empty React placeholder container w/o 'physical' HTMLElement add to final HTML. Topics on: <></> shorthand JS Syntax cannot accept
Root Layout is defined as: top-level layout.tsx to share across all Page in App, to define <html> & <body>. Topics on: Root Layout replaces _app.tsx & _document
sandbox is defined as: HTML Attribute to restrict access to <iframe> vs Browsing Context. Topics on: '', 'allow-same-origin', 'allow-scripts'. Read more: HTML,
Sectioning is defined as: Flow Content to section off content & create outline for document. Topics on: <body>. Read more: HTML, Flow Content, Sectioning | Wiki
src is defined as: HTML Attribute to set URL of Web Page to embed URL. Topics on: 'about:blank'. Read more: HTML, Flow Content, HTML Element, Inline Element, If
srcDoc is defined as: HTML Attribute to load HTML static markup as String into <iframe>. Topics on: ⚠Browser may limit max length srcDoc for embed page. Read mo
SSG is defined as: (process) to Pre-render HTML Static Content at build time for Thin Client. Topics on: Static Website Host. Read more: Computer Science, Netwo
Web Platform is defined as: Collection of Open Standard Technologies incl HTML, CSS, ECMAScript & Web Assembly, mainly for Browser Runtime. Topics on: Web Langu