Home  >  Article  >  Web Front-end  >  How to quickly generate ordered (ol) and unordered (ul) lists in HBulider

How to quickly generate ordered (ol) and unordered (ul) lists in HBulider

一个新手
一个新手Original
2017-10-02 19:41:462706browse

First you need to create an HTML file, then write the type you want to create (ordered or unordered) in the body, and then decide the number of lists individually:

The format is as follows:

  ul > li * 5 means that I want to create an unordered type with a list of 5. List, if you want to create several, just multiply by the number

Sort the Arabic numerals (1.2.3...)

 

Then press the Tab key to quickly generate the list you want to create. If you want to create several, just Just multiply it by a few times

 

Finally you can write what you want to write, try it now.

The above is the detailed content of How to quickly generate ordered (ol) and unordered (ul) lists in HBulider. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn