ÚVOD DO HTML Hlavička
HEAD Obsah Hlavičky Meta tagy Titulek CSS Scripty
Meta tagy Definice Jazyka: Čeština – windows Čeština - ISO <meta http-equiv="content-type" content="text/html; charset=windows-1250"> Čeština - ISO <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">
Meta tagy Popisky stránek Autor stránek Klíčová slova Popis <meta name="keywords" content=„klíčová slova"> Popis <meta name="description" content=„popis stránek"> Autor stránek <meta name="author" content=„jméno; mailto:váš@mail.cz">
Titulek Titulek stránky – pomáhá vyhledávačům (Seznam, google…) najít stránky <title>titulek stránky</title>
Skripty a styly JavaScritp: Kaskádové styly <script src=„soubor.js" type="text/javascript"></script> <script language=„JavaScritp“ type=„text/JavaScript“> Vlastní script </script> Kaskádové styly <link rel="stylesheet" href=„soubor.css" type="text/css"> <style type=„text/scc“> Styly… </style>