Lists Examples in Zolt
Bullet Lists
Simple bullet list:
- First item
- Second item
- Third item
Numbered Lists
Ordered list:
- First step
- Second step
- Third step
Nested Lists
Nested structure:
Task Lists (Checkboxes)
Task list with checkboxes:
Definition Lists
Definition list using : syntax:
- HTML
- HyperText Markup Language, the standard markup language for documents designed to be displayed in a web browser.
- CSS
- Cascading Style Sheets, a style sheet language used for describing the presentation of a document written in HTML.
- JavaScript
- Programming language that is one of the core technologies of the World Wide Web, alongside HTML and CSS.
Styled List Items
List items with attributes:
- Normal item
- Important item
- Highlighted item
- Custom styled item
Glossary
- API
- Application Programming Interface, a set of functions and procedures allowing the creation of applications.
- DOM
- Document Object Model, a cross-platform and language-independent interface.
- JSON
- JavaScript Object Notation, a lightweight data-interchange format.
← Back to Examples Index