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

li html

<ol>
  <li>something</li>
  <li>something</li>
</ol>
or
<ul>
  <li>something</li>
  <li>something</li>
  <li>something</li>
</ul>
Comment

html definition list

<dl>
  <lh>dl Header</lh>
  <dt>Term</dt>
	<dd>Definiton</dd>
  <dt>Term</dt>
	<dd>Definition</dd>
</dl>
Comment

li html

<h6>Popular Cities</h6>
<div>
  <h6 class="footerLinks">Amsterdam</h6>
  <h6 class="footerLinks">Rotterdam</h6>
  <h6 class="footerLinks">Utrecht</h6>
  <h6 class="footerLinks">Den Haag</h6>
  <h6 class="footerLinks">Eindhoven</h6>
</div>
Comment

PREVIOUS NEXT
Code Example
Html :: how to change font color in html 
Html :: how to include href in image 
Html :: bootstrap 4 6 cdn 
Html :: how to add video in background in html 
Html :: access to image at from origin 
Html :: html align text center 
Html :: ex:html 
Html :: display html input datetime-local value from mysql date time 
Html :: how to make a telephone button in html 
Html :: navbar bootstrap 
Html :: w3 unable to pdf in html without toolbar 
Html :: html times 
Html :: bootstrap card deck 
Html :: align table in middle of page 
Html :: html a link to section on page 
Html :: class vs id in html 
Html :: svg icon not showing html 
Html :: tailwind css float right 
Html :: v-on hover 
Html :: wordpress icon font awesome 
Html :: How to generate a QR code in JavaScript? 
Html :: html image onclick 
Html :: htlm link 
Html :: jumbotron 
Html :: html datetime-local format dd/mm/yyyy 
Html :: add jquery script in html 
Html :: html select default value disabled 
Html :: set file allow html 
Html :: html build system sublime text 3 
Html :: fibonacci series in html 
ADD CONTENT
Topic
Content
Source link
Name
2+8 =