Add a period at the end of an ul tag (#42483)

This commit is contained in:
Devesh Rane
2021-06-15 20:44:36 +05:30
committed by GitHub
parent 978ce8b512
commit dba157e7c0

View File

@ -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.
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: