< HTML < Overzicht tags

HTML

Inhoudsopgave
  1. Verklarende woordenlijst
  2. Overzicht tags
  3. Overzicht attributen
  4. Andere cursussen

Functie

Dient om een item in een lijst aan te duiden. Wordt gebruik bij de geordende lijst(ol), ongeordende lijst(ul), directory lijst(dir) en menu.

Voorbeeld

HTML-code: Een voorbeeld van het gebruik van de li-tag

<ol>
  <li>Wikipedia</li>
  <li>Wikibooks</li>
</ol>

<ul>
  <li>Wikipedia</li>
  <li>Wikibooks</li>
</ul>
  1. Wikipedia
  2. Wikibooks
  • Wikipedia
  • Wikibooks

Optionele attributen

type

Waarde: A, a, I, i, 1, disc, square of circle

value

Standaardattributen

class

dir

id

lang

style

title

Mag staan in

dir, menu, ol, ul

Status

De attributen type en value zijn verouderd in HTML 4.01 en XHTML ondersteunt ze helemaal niet.

Opmerkingen en tips

Gebruik in de plaats van de attributen type en value liever CSS.

Meer informatie


HTML elementen

a | abbr | acronym | address | applet | area | b | base | basefont | bdo | big | blockquote | body | br | button | caption | center | cite | code | col | colgroup | dd | del | dfn | dir | div | dl | dt | em | fieldset | font | form | frame | frameset | head | hr | html | hx | i | iframe | img | input | ins | kbd | label | legend | li | link | map | menu | meta | noframes | noscript | object | ol | optgroup | option | p | param | pre | q | s en strike | samp | script | select | small | span | s en strike | strong | style | sub | sup | table | tbody | td | textarea | tfoot | th | thead | title | tr | tt | u | ul | var

Nieuwe elementen die zullen worden geïntroduceerd met HTML 5

article | aside | audio | canvas | command | datalist | details | dialog | embed | figure | footer | header | hgroup | keygen | mark | meter | nav | output | progress | rp | rt | ruby | section | source | time | video

This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.