HyperText Markup Language (HTML) is the standard markup language used to structure content on the web. Every webpage is HTML at its core — headings, paragraphs, links, images, lists, forms — augmented by CSS for styling and JavaScript for interactivity. HTML is the foundation that the rest of the web platform builds on.
HTML uses tags (like <h1>, <p>, <a>, <img>) to mark up content with semantic meaning — this is a heading, this is a paragraph, this is a link, this is an image. Browsers interpret the tags to render the page; search engines and screen readers use them to understand the content's structure and meaning.
Semantic HTML — using tags that accurately describe their content's role — affects three things ecommerce brands care about:
<article> and <section> tags, and accurate use of <nav> and <main> outrank pages that use <div> tags for everything.Shopify themes are HTML wrapped in Liquid (the templating language). Most theme work involves modifying that HTML — adding sections, adjusting structure, embedding structured data. Shopify's Online Store 2.0 themes provide section-level customisation; headless setups generate HTML server-side or client-side from a separate front-end.
We thought you might say that! We've been dying to meet you too.