1. Upper and lower list tags: <dl>..</dl>: Upper dt Copy code The code is as follows:<dl> <dt>Sports and Outdoors</dt> <dd>Sneakers</dd> <dd>Basketball shoes</dd> <dd>Football shoes</dd> <dd>Running shoes</dd> </dl> 2. Define an ordered list: <ol> property: Copy code The code is as follows:<ol type="a" start="55"> <li>Sneakers</li> <li>Basketball shoes</li> <li>Running shoes</li> <li>Soccer shoes</li> </ol> 3. Define an unordered list: <ul> Attribute: type: You can set the sorting style or add this attribute to li separately. Copy code The code is as follows:<ul type="square"> <li type="disc">Sneakers</li> <li>Basketball shoes</li> <li>Running shoes</li> <li>Soccer shoes</li> </ul> |
<<: Detailed explanation of prototypes and prototype chains in JavaScript
>>: Methods and techniques for designing an interesting website (picture)
This article shares the installation tutorial of ...
Table of contents 1. The difference between funct...
1 Background Recently, I have been studying how t...
The installation process of MySQL 8.0 Windows zip...
This article uses an example to describe how to q...
Table of contents 1. Installation and introductio...
CSS import method - inline Through the style tag ...
Temporary tables and memory tables A memory table...
1. Installation environment Docker supports the f...
This article uses an example to describe how MySQ...
Simple function: Click the plug-in icon in the up...
Let’s install Nginx and try it out. Please note t...
The EXPLAIN statement provides information about ...
character Decimal Character Number Entity Name --...
Preface When you install MySQL, you usually creat...