Monday, April 21, 2014

HTML Lessons part 4

Today we are going to learn about lists.  There are two types of lists.  The un-ordered list, and the ordered list.  The un-ordered list has bullet points and the ordered list has numbers.  <ul> is for un-ordered lists and <ol> is for ordered lists.  To make the individual bullet points or numbers in a list you need to put in <li>and</li> like this.  In between the <li></li> is where you write what you want it to say.

No comments:

Post a Comment