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 :: jquery specific child by index 
Html :: how to link submit button to another page in html 
Html :: placeholder image html 
Html :: how to show little description on hover html 
Html :: img src data base64 
Html :: best html coding software 
Html :: Responsive container centered 
Html :: did not expect server html to contain a div in div 
Html :: meta theme-color 
Html :: laravel hide html tags 
Html :: hover over something to make html visible 
Html :: text inside input 
Html :: input only accept numbers 
Html :: how to add jquery to shopify 
Html :: how to disable shadow in bootstrap button 
Html :: iframe maps responsive 
Html :: autocomplete off input 
Html :: prevent from going to a function html click 
Html :: how to set logo in html in header 
Html :: png favicon 
Html :: html lists 
Html :: textarea html break line 
Html :: cache control html 
Html :: embed html 
Html :: how to put image in navbar 
Html :: refused to connect iframe php 
Html :: iframe youtube playlist not working html 
Html :: how to make element bold in bootstrap 4 
Html :: change font size of h1 in html 
Html :: bootstrap class width auto 
ADD CONTENT
Topic
Content
Source link
Name
8+5 =