Add a period at the end of an ul tag (#42483)
This commit is contained in:
@ -11,7 +11,7 @@ dashedName: create-a-bulleted-unordered-list
|
|||||||
|
|
||||||
HTML has a special element for creating <dfn>unordered lists</dfn>, or bullet point style lists.
|
HTML has a special element for creating <dfn>unordered lists</dfn>, or bullet point style lists.
|
||||||
|
|
||||||
Unordered lists start with an opening `<ul>` element, followed by any number of `<li>` elements. Finally, unordered lists close with a `</ul>`
|
Unordered lists start with an opening `<ul>` element, followed by any number of `<li>` elements. Finally, unordered lists close with a `</ul>`.
|
||||||
|
|
||||||
For example:
|
For example:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user