Tag | Význam anglicky | Význam česky | Atributy | Poznámky/ Příklad |
---|---|---|---|---|
A | Anchor | Odkaz (kotva) | href, name, title | mailto |
ABBR | Abbreviation | |||
ACRONYM | Acronym | |||
ADDRESS | Address | Adresa | ||
APPLET | Java applet | |||
AREA | Image map region | |||
B | Bold text | Tučný text | ||
BASE | Document base URI | href | ||
BASEFONT | Base font change | |||
BDO | BiDi override | |||
BIG | Big text | Velké písmo | ||
BLOCKQUOTE | Block quotation | Odsadit zleva | ||
BODY | Document body | Tělo dokumentu | text, link, alink, vlink | topmargin, leftmargin, marginwidth |
BR | Line break | Zalomení řádku | nobr, wbr | <br>, <br />, <td nowrap="nowrap"> |
BUTTON | Button (push button) | Tlačítko | ||
CAPTION | Table caption | Hlavička tabulky | ||
CENTER | Centered block | Vycentrovat (zarovnat na střed) | div align="center" | |
CITE | Citation | Citace | ||
CODE | Computer code | Programový kód | Výpis kódu | |
COL | Table column | Sloupec tabulky | ||
COLGROUP | Table column group | Skupina sloupců | ||
DD | Definition description | Definice pojmu | <dl><dt>Pojem</dt><dd>Definice</dd> | |
DEL | Deleted text | Vymazaný text | ||
DFN | Defined term | |||
DIR | Directory list | Seznam adresářů | Výpis adresářů | |
DIV | Generic block - level container | Oddíl (blokový prvek) | ||
DL | Definition list | Definiční seznam | <dl><dt>Pojem</dt> | |
DT | Definition term | Definovaný pojem | ||
EM | Emphasis | Zvýrazněný text | ||
FIELDSET | Form control group | |||
FONT | Font change | Písmo | <font face="" size="n" color="#"> | |
FORM | Interactive form | Formulář | <form action="" method="post" name="" id=""></form> | |
FRAME | Frame | Rám | ||
FRAMESET | Frameset | Definice rámů | ||
H1 | Level - one heading | Nadpis 1 | <h1>Nadpis 1</h1> | |
H2 | Level - two heading | Nadpis 2 | ||
H3 | Level - three heading | Nadpis 3 | ||
H4 | Level - four heading | Nadpis 4 | ||
H5 | Level - five heading | Nadpis 5 | ||
H6 | Level - six heading | Nadpis 6 | ||
HEAD | Document head | Hlavička dokumentu | ||
HR | Horizontal rule | Vodorovná linka | ||
HTML | HTML document | |||
I | Italic text | Kurzíva | ||
IFRAME | Inline frame | |||
IMG | Inline image | Obrázek | width, height, alt | |
INPUT | Form input | type, name, value | <input type="text" class="textfield" name="street" size="20" maxlength="30" value=""> | |
INS | Inserted text | Vložený text | ||
ISINDEX | Input prompt | |||
KBD | Text to be input | Text psaný uživatelem | ||
LABEL | Form field label | Štítek | ||
LEGEND | Fieldset caption | |||
LI | List item | Položka seznamu | ||
LINK | Document relationship | <link rel="Contents" href="index.html"> <link rel="icon" href="favicon.ico" type="image/x-icon"> |
||
MAP | Image map | |||
MENU | Menu list | |||
META | Metadata | Meta tag | http-equiv="Content-Type" content="", name="" content | |
NOFRAMES | Frames alternate content | |||
NOSCRIPT | Alternate script content | |||
OBJECT | Object | Objekt | ||
OL | Ordered list | Řazený (číslovaný) seznam | <ol><li>...</li> | |
OPTGROUP | Option group | |||
OPTION | Menu option | Položka seznamu Select | <option value="nothing" selected> Please select ...</option> |
|
P | Paragraph | Odstavec | ||
PARAM | Object parameter | |||
PRE | Preformatted text | Předformátovaný text | ||
Q | Short quotation | |||
S | Strike - through text | Přeškrtnutý text | ||
SAMP | Sample output | Posloupnost znaků | ||
SCRIPT | Client - side script | type="text/javascript", language="JavaScript" | ||
SELECT | Option selector | Roletkové (rozbalovací) menu | <select><option value="" selected> | |
SMALL | Small text | Malé písmo | ||
SPAN | Generic inline container | <span style=""></span> | Umožní změnit styl v odstavci (oddílo-řádkový prvek). | |
STRIKE | Strike - through text | Přeškrtnutý text | ||
STRONG | Strong emphasis | Zvýrazněný text | ||
STYLE | Embedded style sheet | Definice kaskádových stylů | type="text/css" | |
SUB | Subscript | Dolní index | ||
SUP | Superscript | Horní index | ||
TABLE | Table | Tabulka | <table border="0" cellpadding="0" cellspacing="0" width="100%" id="tab01" summary=""> | |
TBODY | Table body | Tělo tabulky | ||
TD | Table data cell | Buňka tabulky | <tr><td>...</td> | |
TEXTAREA | Multi - line text input | |||
TFOOT | Table foot | Patička tabulky | ||
TH | Table header cell | Záhlaví buněk tabulky | ||
THEAD | Table head | Hlavička tabulky | ||
TITLE | Document title | Titulek | <title>Stránka 1</title> | |
TR | Table row | Řádek tabulky | ||
TT | Teletype text | Neproporcionální písmo | ||
U | Underlined text | Podtržený text | ||
UL | Unordered list | Neřazený seznam (odrážky) | <ul><li>...</li> | |
VAR | Variable | Proměnná | Název proměnné |