Search
 
SCRIPT & CODE EXAMPLE
 

HTML

list html

<!-- 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>
Comment

html lists

Unordered list
<ul>
  <li>something</li>
</ul>
Ordered list
<ol>
  <li>something</li>
</ol>
Comment

PREVIOUS NEXT
Code Example
Html :: v-select reduce 
Html :: how to change size of image in html 
Html :: how to make square in html 
Html :: javascript window.print 
Html :: select placeholder 
Html :: how to choose multiple option from select option 
Html :: td colspan all 
Html :: checkbox switch bootstrap 
Html :: how to collect input textbox in html 
Html :: how to make website 
Html :: select input placeholder 
Html :: clear input file html react 
Html :: asp net mvc 5 add logo to navbar 
Html :: Prettier not formatting HTML files in VS Code 
Html :: how to add text in html 
Html :: give table width 100% 
Html :: html multi checkbox list 
Html :: how to save time writing html 
Html :: img src 
Html :: agregar atributo jquery 
Html :: nav bar 
Html :: whats app chat link for html 
Html :: bootstrap hide row 
Html :: link in md 
Html :: html element hover helptext 
Html :: array in html form 
Html :: Scrollable Text in HTML 
Html :: section tag in html 
Html :: bootstrap 4 accordion 
Html :: img tag 
ADD CONTENT
Topic
Content
Source link
Name
7+1 =