HTML Lists
- Unordered HTML List. An unordered list starts with the <ul> tag. Each list item starts with the <li> tag.
- Ordered HTML List. An ordered list starts with the <ol> tag. ...
- HTML Description Lists. HTML also supports description lists. ...
- HTML List Tags. For a complete list of all available HTML tags, visit our HTML Tag Reference.
HTML Tags Ordered Alphabetically
Tag | Description |
---|---|
<u> | Defines some text that is unarticulated and styled differently from normal text |
<ul> | Defines an unordered list |
<var> | Defines a variable |
<video> | Defines embedded video content |
What are the most common HTML tags?
120 rows · Defines a thematic change in the content. . Defines the root of an HTML document. . ...
What are the different types of HTML tags?
11 rows · Mar 21, 2019 · Defines the base URI or URL for all the relative links in the HTML document.
How to display tags in a HTML list?
Used to caption a text label with a form element. Used to add a caption (title) to a group ...