DrSchool Learn coding, fast.
EN AR BN CS DE EL Search

Arrays / Lists — Example 45

Quick explanation + ready code for: Arrays / Lists.

HTML Arrays / Lists Back to examples
Back to language
Syntax: Arrays / Lists in HTML. ID: #45

Code

<ul>
  <li>Item 19</li>
  <li>Item 20</li>
  <li>Item 21</li>
</ul>

Notes

You can copy this snippet and adapt it. For advanced, add real-world inputs, edge cases, and tests.