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)
Declare the parameter name, type and permission y...
As of now, the latest version of CentOS is CentOS...
mysql batch delete large amounts of data Assume t...
Basic concepts of consul Server mode and client m...
Using the <img> element with the default sr...
Table of contents Written in front Solution 1: Us...
Table of contents Tutorial Series 1. Introduction...
1: Tag selector The tag selector is used for all ...
What are HTTP Headers HTTP is an abbreviation of ...
I have roughly listed some values to stimulate ...
Table of contents Understand the core concept of ...
This article shares with you a special effect mes...
Table of contents Preface 1. Uninstall MySQL 2. I...
Basics The matching order of location is "ma...
I encountered a strange network problem today. I ...