This article introduces what is a list tag? Unordered list, ordered list, definition list? List tag learning notes, I hope it will be helpful to HTML beginners! (HTML online video tutorial)
List tag
What is a list tag?
What games are distinguished by platform?
Mobile games
RPG
The above two are list tags, which are identified by numbers or other symbols to list a list.
There are three main types of lists:
Unordered list
##①
Unordered listSyntax:
<
The default displayed list symbol type is • Dot (disc)
ul provides 3 symbol types, which can be modified through the type attribute
②
Ordered list
Syntax:Digital display
③
Definition list
##
Composed of project description and project explanation, project explanation is automatically indented
Syntax:
Project Description dl>
The above is the detailed content of What are unordered lists, ordered lists, and definition lists? html list tag study notes. For more information, please follow other related articles on the PHP Chinese website!