Semantic
↔ Meaning of Code
aka Semantics
References
Strict Mode
↔ opt-in variant of JS with more restrictive Semantic & rules for JS CompilerLogical Error
↔ Non-exception Failures & bug from bad Semantic in Source CodeSpaghetti Code
↔ Messy Source Code with obfuscated Semantic 🍜👨💻<strong\>
↔ Semantic<b\>
Inline Element to style text as bold & indicate strong importance<b>
↔ Inline Element to style text as bold w/o Semantic<em\>
↔ Semantic<i\>
Inline Element to style text as italic & indicate stressed emphasis<i>
↔ Idiomatic Text Inline Element to style text as italic w/o Semantic<cite\>
↔ Semantic<i\>
Inline Element to style text as italic & mark as citation for literature reference<mark\>
↔ Mark Text Inline Element to highlight text with Semantic for text of interest<dfn\>
↔ Definition Semantic<i\>
Inline Element to style text as italic & mark as definition phrase/sentence<del\>
↔ Semantic<s\>
Inline Element to apply strikethrough for Deleted Text<ins\>
↔ Inserted Text Semantic<u\>
Inline Element to apply underline & mark text added to document<address\>
↔ Contact Address Inline Element to mark Semantic contact details of person/organization<small\>
↔ Small Print Inline Element to display text in smaller font size with Semantic of side-comments, copyright & legalese<span>
↔ generic Inline Element container w/o Semantic<menu>
↔ Semantic<ul\>
Menu List Block Element to display list of Interactive items<footer\>
↔ Semantic Footer<div\>
for info about author, copyright & related content<main>
↔ Semantic Main Content<div\>
to group<article\>
& sub-content elements<section\>
↔ Semantic generic Section<div\>
to contain standalone section ofDocument
<nav\>
↔ Semantic Navigation Section<div\>
to group navigational Element<article>
↔ Article ContentSemantic<div\>
Block Element to contain main text content<u>
↔ Underline Inline Element to style text with underline as unarticulated annotation Semantic<time>
↔datetime
Inline Element to Semantic mark date for machine-compatURL Slug
↔ (Design Pattern) to name Resource Path as Semantic keywords in kebab-case for better SEOToken
↔ smallest element of Programming Language/network/security to rep something of Semantic relevanceSemantic CSS
↔ (Design Pattern) to name CSS classes with descriptive human-readable Semantics<div>
↔ generic content divisionBlock Element to contain Flow Content w/o SemanticsSloppy Mode
↔ (default) non-Strict Mode Semantics for JS Compiler