Fixed interpunction in the introduction paragraph (#32157)
* Fixed interpunction in the introduction paragraph * fix: made suggested change
This commit is contained in:
parent
086956b901
commit
0ffdae1093
@ -8,7 +8,8 @@ videoUrl: 'https://scrimba.com/p/pVMPUv/cQ3B8TM'
|
||||
## Description
|
||||
<section id='description'>
|
||||
HTML has another special element for creating <code>ordered lists</code>, or numbered lists.
|
||||
Ordered lists start with an opening <code><ol></code> element, followed by any number of <code><li></code> elements. Finally, ordered lists close with a <code></ol></code>
|
||||
Ordered lists start with an opening <code><ol></code> element, followed by any number of <code><li></code> elements. Finally, ordered lists are closed with the <code></ol></code> tag.
|
||||
|
||||
For example:
|
||||
<blockquote><ol><br> <li>Garfield</li><br> <li>Sylvester</li><br></ol></blockquote>
|
||||
would create a numbered list of "Garfield" and "Sylvester".
|
||||
|
Loading…
x
Reference in New Issue
Block a user