Wybrane znaczniki HTML:
- Sekcja head:
- Elementy blokowe:
- Formatowanie tekstu:
- Tabele:
- Formularze:
- form ( action, method(get,post), enctype(multipart/form-data) )
- input ( type(text,password,checkbox,radio,file,submit,reset,button,hidden), name, id, value, autofocus, checked, disabled, pattern, placeholder, readonly, required, multiple, list )
- label ( for )
- datalist ( id )
- button ( type(submit,reset,button), name, id, value )
- textarea ( name, id, value )
- fieldset
- legend
- select ( name, id, multiple )
- option ( value, selected, disabled )
- optgroup ( label )
- Multimedia: obraz, dźwięk, animacja, film:
- img ( src, alt, width, height, ismap, usemap )
- map ( name )
- area ( coords, href, shape, target )
- canvas ( width, height )
- audio ( autoplay, controls, loop, muted, preload, src )
- video ( autoplay, controls, loop, muted, preload, src, width, height, poster )
- source ( src, type )
- Listy/wykazy:
- ol ( reversed, start, type(1,A,a,I,i) )
- ul
- li ( value )
- Javascript:
- a ( download, href, target(_blank) )
- iframe ( height, name, src, srcdoc, width )
- span ( id, style )