Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

what does ul mean html

<ul> 
 <!-- Means an unorderd list, and will typically render as a bulleted list. -->
<ol> 
 <!-- Stands for an ordered list, and will typically rendered as a numbered list. -->
  

 
PREVIOUS NEXT
Tagged: #ul #html
ADD COMMENT
Topic
Name
6+2 =