Home>Article>Web Front-end> What is the HTML ul tag?
HTML ff6d136ddc5fdfeffaf53ff6ee95f185 Tag
##All major browsers support the ff6d136ddc5fdfeffaf53ff6ee95f185 tag.Definition and usage
ff6d136ddc5fdfeffaf53ff6ee95f185 Tags define an unordered list.(Recommended learning:html tutorial)
An unordered list is a list of items, and the items in this column are marked with bold dots (typical small black circles) mark.Differences between HTML and XHTML
In HTML 4.01, the "compact" and "type" attributes of the ul element are deprecated. .
In XHTML 1.0 Strict DTD, the "compact" and "type" attributes of the ul element are not supported.
TipsTips:
Please use styles to define the type of the list.
ExampleUnordered HTML list:
一个无序列表:
The above is the detailed content of What is the HTML ul tag?. For more information, please follow other related articles on the PHP Chinese website!