How do I make numbered paragraphs (HTML5/CSS3)

后端 未结 3 534
囚心锁ツ
囚心锁ツ 2021-01-26 17:15

I\'m working on a QuickBASIC 4.5 guide in HTML5, and I\'ve been getting a bunch of it working, but I want to know how I can number (or stop text-wrapping) my lines of code. For

3条回答
  •  情书的邮戳
    2021-01-26 17:53

    You can do this using ordered list .

    See this link http://www.w3schools.com/html/html_lists.asp.

    1. hello world

提交回复
热议问题