li

li
HTML li Element
The HTML <li> list item element is used to render lists, and is only meant for use within the <ol>, <ul> and <menu> elements.
HTML CODE EXAMPLE
<ol>
  <li>HTML Tutorials</li>
  <li>CSS Tutorials</li>
  <li>Javascript Tutorials</li>
  <li>PHP Tutorials</li>
</ol>
 
  1. HTML Tutorials
  2. CSS Tutorials
  3. Javascript Tutorials
  4. PHP Tutorials

Related Posts :

  • canvas canvas NOTE: This new element is HTML5 and will be a standardized element in 2014. … Read More...
  • caption caption The HTML <caption> element is used to specify the title of the <… Read More...
  • cite cite The HTML <cite> element is used to represent the cited title of materi… Read More...
  • col col The HTML <col> element lends characteristics to a table column. This is… Read More...
  • code code The HTML <code> element is used to specify a fragmant of computer code… Read More...

0 Response to "li"

Post a Comment