List
# Intro
Lists are classless and have no list style by default. Lists are created with ul
and ol
elements.
Tools
- Atom
- Github
- Slack
Tools
- Atom
- Github
- Slack
# Inline
You can make a list inline by using the -inline
modifier.
Tools
- Atom
- Github
- Slack
Tools
- Atom
- Github
- Slack
# Ordered
Ordered lists have several modifiers available for changing the list style.
-decimal
- Atom
- Github
- Slack
-leading-decimal
- Atom
- Github
- Slack
-lower-alpha
- Atom
- Github
- Slack
-lower-roman
- Atom
- Github
- Slack
-upper-alpha
- Atom
- Github
- Slack
-upper-roman
- Atom
- Github
- Slack
# Unordered
Unordered lists have a few modifiers available for changing the list style.
-circle
- Atom
- Github
- Slack
-disc
- Atom
- Github
- Slack
-square
- Atom
- Github
- Slack
# Definition
You can create a definition list of key-value pairs by using the dl
element along with dt
and dd
elements.
- HTML
- Hyper Text Markup Language.
- CSS
- Cascading Style Sheets.
- JavaScript
- Lightweight, interpreted, or just-in-time compiled programming language with first-class functions.