Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

Ordered list

<!-- Ordered List -->
<ol>
  <li>List here</li>
  <li>List here</li>
  <li>List here</li>
  <li>List here</li>
</ol>

<!-- Unordered List -->
<ul>
  <li>List here</li>
  <li>List here</li>
  <li>List here</li>
  <li>List here</li>
</ul>

<!-- EXAMPLE -->
<ul>
  <a href="https://www.paypal.com/donate/?hosted_button_id=SKZP4W4B9C5W8" target="_blank">
    <li>Donate to Mark Senpai's Code</li>
  </a>
</ul>
 
PREVIOUS NEXT
Tagged: #Ordered #list
ADD COMMENT
Topic
Name
8+8 =