Example Article
This is wrapped in an <article> tag. Screen readers and search engines understand it as a standalone piece of content.
This page demonstrates the core building blocks of HTML.
Every page should contain:
<!DOCTYPE html> - tells the browser to use HTML5 standards<html> - the root element<head> - metadata (not visible content)<body> - everything the user seesSemantic elements describe the meaning of the content:
<header> - introductory content or navigation<nav> - navigation links<main> - the dominant content of the page<section> - a thematic grouping of content<article> - independent, self-contained content<footer> - footer informationThis is wrapped in an <article> tag. Screen readers and search engines understand it as a standalone piece of content.
You can make text strong (important),
emphasized,
highlighted,
smaller,
or show inline code.
You can also create subscript and superscript text.
This is a blockquote - useful for quoting longer passages.
Internal link (to another page on this site)
External link (opens in new tab)
Link to an ID on this page (fragment indentifier)