Search
 
SCRIPT & CODE EXAMPLE
 

HTML

how to make list in html

creats an organised list
<ol>
  <li>apple</li>
  <li>mango</li>
  <li>watermelon</li>
</ol>
creats an unorganised list
<ul>
  <li>apple</li>
  <li>mango</li>
  <li>watermelon</li>
</ul>
Comment

how to make a list in html

un-ordered list
<ul>
  <li>Home</li>
  <li>About</li>
  <li>Contact</li>
  <li>Blog</li>
  <li>service</li>
</ul>

ordered list
<ol>
  <li>Home</li>
  <li>About</li>
  <li>Contact</li>
  <li>Blog</li>
  <li>service</li>
</ol>
Comment

PREVIOUS NEXT
Code Example
Html :: input onchange continuously 
Html :: html preview pdf file 
Html :: which text is used to create text animations in html 
Html :: creastapp 
Html :: resize element with content html 
Html :: vue 3 emits 
Html :: html article 
Html :: javascript upload file without input 
Html :: bootstrap responsive sticky top 
Html :: how to add html in useState 
Html :: html input 
Html :: vertical line navigation bar 
Html :: Tailwind CSS timeline 
Html :: sweet alert js 
Html :: html with new line  
Html :: how to select the another page section in html 
Html :: mysql data to html table 
Html :: bootsrap cards 
Html :: offline p5.js html 
Html :: iframe 
Html :: Spaces not showing as I typed HTML 
Html :: vue pick 20 items from array 
Html :: include jquery if not included 
Html :: limite file input to jpg 
Html :: credit card formatter in html with javascript 
Html :: HTML5 Meter 
Html :: video values in html 
Html :: Adding multiple class using ng-class 
Html :: html relative path go back one directory 
Html :: add accordion in bootstrap 
ADD CONTENT
Topic
Content
Source link
Name
7+7 =