HTML web page list tag learning tutorial. In HTML pages, lists can serve as outlines. There are two types of lists: ordered lists and unordered lists. The former uses bullet points to mark unordered items, while the latter uses numbers to record the order of items. Ordered means that the list items are arranged in order such as numbers or letters. The so-called unordered refers to the list items that start with ●, ○, □, etc. and have no order. The main tags of the list are shown in the following table. | mark | describe | <ul> Unordered list<ol> Ordered list<dir> Directory list<dl> Definition list<menu> Menu list<dt>, <dd> Definition list tag<li> List item tag Ordered list tag<OL>
---|
<<: Use CSS and Bootstrap icons to create an up and down jumping indicator arrow animation effect
>>: jQuery implements form validation function
In Dockerfile, run, cmd, and entrypoint can all b...
Table of contents 1. We must ensure that the vue/...
After installing MySQL using ports, I found that ...
Occasionally you'll see characters such as ...
Upgrade process: Original system: CentOS7.3 [root...
Question 1: How do you instruct the browser to dis...
Table of contents 1. Find the mirror 2. Download ...
Occasionally, I need to group select contents. In ...
Table of contents What is a listener in vue Usage...
When the author was using MySQL to add a user, he...
This article mainly explains how to install the M...
Pitfalls encountered during project deployment Wh...
function 0. Display current time Command: select ...
Effect The pictures in the code can be changed by...
In fact, we wonder every day when IE6 will really...