diff --git a/guide/english/html/elements/li-tag/index.md b/guide/english/html/elements/li-tag/index.md index 371e6cae8f..71cc0f3738 100644 --- a/guide/english/html/elements/li-tag/index.md +++ b/guide/english/html/elements/li-tag/index.md @@ -39,7 +39,7 @@ In an unordered list, `
  • ` appears as a numbered item. This numeric display counter can be customized using the _list-style-type_ CSS property. -Examples: +### Example ```html