SlideShare ist ein Scribd-Unternehmen logo
1 von 15
Ordered Lists
Ordered List
The html tags used to make an
ordered list are:
1. <ol> = opening tag
2. </ol> = closing tag
3. <li> = opening tag
4. </li>= closing tag
Ordered List
An ordered list is a list of items with
numbers in front of it. Some things
need to be done in a specific order.
The next slide is an example of an
ordered list.
Ordered List
To use family search do the following:
1. Turn on the computer.
2. Type in the url www.familysearch.org
3. Log in or create an account.
4. Click on family tree.
5. Begin researching your family!
Ordered List
So how do you create an ordered list using html
code? It is quite simple.
<ol>
<li>Turn on the computer.</li>
<li>Type in the url www.familysearch.org.</li>
<li>Log in or create an account.</li>
<li>Click on family tree.</li>
<li>Begin researching your family!</li>
</ol>
Ordered List
You can also make lists with capital letters, lower
case letters, upper case roman numerals and lower
case numerals. For Upper case letters use,
(type=“A”).
<ol type=“A”>
<li>Turn on the computer.</li>
<li>Type in the url www.familysearch.org.</li>
<li>Log in or create an account.</li>
<li>Click on family tree.</li>
<li>Begin researching your family!</li>
</ol>
Ordered List
To use family search do the following:
A. Turn on the computer.
B. Type in the url www.familysearch.org
C. Log in or create an account.
D. Click on family tree.
E. Begin researching your family!
Ordered List
For lower case letters.
<ol type=“a”>
<li>Turn on the computer.</li>
<li>Type in the url
www.familysearch.org.</li>
<li>Log in or create an account.</li>
<li>Click on family tree.</li>
<li>Begin researching your family!</li>
</ol>
Ordered List
To use family search do the following:
a. Turn on the computer.
b. Type in the url www.familysearch.org
c. Log in or create an account.
d. Click on family tree.
e. Begin researching your family!
Ordered List
For upper case roman numerals.
<ol type=“I”>
<li>Turn on the computer.</li>
<li>Type in the url
www.familysearch.org.</li>
<li>Log in or create an account.</li>
<li>Click on family tree.</li>
<li>Begin researching your family!</li>
</ol>
Ordered List
To use family search do the following:
I. Turn on the computer.
II. Type in the url www.familysearch.org
III. Log in or create an account.
IV. Click on family tree.
V. Begin researching your family!
Ordered List
For lower case letters.
<ol type=“i”>
<li>Turn on the computer.</li>
<li>Type in the url
www.familysearch.org.</li>
<li>Log in or create an account.</li>
<li>Click on family tree.</li>
<li>Begin researching your family!</li>
</ol>
Ordered List
To use family search do the following:
i. Turn on the computer.
ii. Type in the url www.familysearch.org
iii. Log in or create an account.
iv. Click on family tree.
v. Begin researching your family!
Ordered List
A good website for ordered, unordered,
description and nested lists.
http://www.w3schools.com/html/html_li
sts.asp
Working Example
http://www.writephonics.com/blended/ch.html
This phonics website uses numerous ordered
lists to give ideas for activities, videos to watch,
and books and scriptures to read.

Weitere ähnliche Inhalte

Was ist angesagt? (20)

Html / CSS Presentation
Html / CSS PresentationHtml / CSS Presentation
Html / CSS Presentation
 
HTML Block and Inline Elements
HTML Block and Inline ElementsHTML Block and Inline Elements
HTML Block and Inline Elements
 
Introduction to Array ppt
Introduction to Array pptIntroduction to Array ppt
Introduction to Array ppt
 
Java Stack Data Structure.pptx
Java Stack Data Structure.pptxJava Stack Data Structure.pptx
Java Stack Data Structure.pptx
 
CSS
CSSCSS
CSS
 
Array in c++
Array in c++Array in c++
Array in c++
 
Html introduction
Html introductionHtml introduction
Html introduction
 
Python Data Structures and Algorithms.pptx
Python Data Structures and Algorithms.pptxPython Data Structures and Algorithms.pptx
Python Data Structures and Algorithms.pptx
 
1. HTML
1. HTML1. HTML
1. HTML
 
Two dimensional arrays
Two dimensional arraysTwo dimensional arrays
Two dimensional arrays
 
Html and css
Html and cssHtml and css
Html and css
 
Web Development using HTML & CSS
Web Development using HTML & CSSWeb Development using HTML & CSS
Web Development using HTML & CSS
 
HTML
HTMLHTML
HTML
 
Learn javascript easy steps
Learn javascript easy stepsLearn javascript easy steps
Learn javascript easy steps
 
Cascading Style Sheet (CSS)
Cascading Style Sheet (CSS)Cascading Style Sheet (CSS)
Cascading Style Sheet (CSS)
 
Html5
Html5 Html5
Html5
 
CSS Basics
CSS BasicsCSS Basics
CSS Basics
 
Counting Sort
Counting SortCounting Sort
Counting Sort
 
Arrays in python
Arrays in pythonArrays in python
Arrays in python
 
Introduction to HTML
Introduction to HTMLIntroduction to HTML
Introduction to HTML
 

Andere mochten auch

Images and Lists in HTML
Images and Lists in HTMLImages and Lists in HTML
Images and Lists in HTMLMarlon Jamera
 
Working with HTML Lists
Working with HTML ListsWorking with HTML Lists
Working with HTML ListsRay Villalobos
 
Html ordered lists
Html ordered listsHtml ordered lists
Html ordered listsChris Brown
 
Ordered & unordered list in MS Frontpage 2003
Ordered & unordered list in MS Frontpage 2003Ordered & unordered list in MS Frontpage 2003
Ordered & unordered list in MS Frontpage 2003Ann Alcid
 
HTML Lists & Llinks
HTML Lists & LlinksHTML Lists & Llinks
HTML Lists & LlinksNisa Soomro
 
Server vs Client in real life and in programming world
Server vs Client in real life and in programming worldServer vs Client in real life and in programming world
Server vs Client in real life and in programming worldManoj Kumar
 
Html table tags
Html table tagsHtml table tags
Html table tagseShikshak
 
Multimedia introduction
Multimedia introductionMultimedia introduction
Multimedia introductionJohn Ospina
 
2.multimedia unit 1 introduction
2.multimedia unit 1 introduction2.multimedia unit 1 introduction
2.multimedia unit 1 introductionVikas Agrahari
 
Clientserver Presentation
Clientserver PresentationClientserver Presentation
Clientserver PresentationTuhin_Das
 
Client Server Architecture
Client Server ArchitectureClient Server Architecture
Client Server Architecturesuks_87
 
Multimedia data and file format
Multimedia data and file formatMultimedia data and file format
Multimedia data and file formatNiketa Jain
 
Introduction To Multimedia
Introduction To MultimediaIntroduction To Multimedia
Introduction To MultimediaJomel Penalba
 
Unit 2.8 Multimedia Objects
Unit 2.8 Multimedia ObjectsUnit 2.8 Multimedia Objects
Unit 2.8 Multimedia ObjectsIntan Jameel
 
Data management issues
Data management issuesData management issues
Data management issuesNeha Bansal
 

Andere mochten auch (20)

Images and Lists in HTML
Images and Lists in HTMLImages and Lists in HTML
Images and Lists in HTML
 
Working with HTML Lists
Working with HTML ListsWorking with HTML Lists
Working with HTML Lists
 
Html ordered lists
Html ordered listsHtml ordered lists
Html ordered lists
 
Ordered & unordered list in MS Frontpage 2003
Ordered & unordered list in MS Frontpage 2003Ordered & unordered list in MS Frontpage 2003
Ordered & unordered list in MS Frontpage 2003
 
HTML Lists & Llinks
HTML Lists & LlinksHTML Lists & Llinks
HTML Lists & Llinks
 
Server vs Client in real life and in programming world
Server vs Client in real life and in programming worldServer vs Client in real life and in programming world
Server vs Client in real life and in programming world
 
Html tables examples
Html tables   examplesHtml tables   examples
Html tables examples
 
Html table tags
Html table tagsHtml table tags
Html table tags
 
Multimedia introduction
Multimedia introductionMultimedia introduction
Multimedia introduction
 
Multimedia
MultimediaMultimedia
Multimedia
 
2.multimedia unit 1 introduction
2.multimedia unit 1 introduction2.multimedia unit 1 introduction
2.multimedia unit 1 introduction
 
What is Multimedia?.pptx
What is Multimedia?.pptxWhat is Multimedia?.pptx
What is Multimedia?.pptx
 
Clientserver Presentation
Clientserver PresentationClientserver Presentation
Clientserver Presentation
 
Client Server Architecture
Client Server ArchitectureClient Server Architecture
Client Server Architecture
 
Client server architecture
Client server architectureClient server architecture
Client server architecture
 
Multimedia data and file format
Multimedia data and file formatMultimedia data and file format
Multimedia data and file format
 
Introduction To Multimedia
Introduction To MultimediaIntroduction To Multimedia
Introduction To Multimedia
 
M02 un08 p01
M02 un08 p01M02 un08 p01
M02 un08 p01
 
Unit 2.8 Multimedia Objects
Unit 2.8 Multimedia ObjectsUnit 2.8 Multimedia Objects
Unit 2.8 Multimedia Objects
 
Data management issues
Data management issuesData management issues
Data management issues
 

Ähnlich wie Ordered lists

Lecture 4 html lists
Lecture 4   html listsLecture 4   html lists
Lecture 4 html listseShikshak
 
Web Design LSC 532: Lecture 11
Web Design LSC 532: Lecture 11Web Design LSC 532: Lecture 11
Web Design LSC 532: Lecture 11Don Stanley
 
html-list-type-description-with-examples
html-list-type-description-with-exampleshtml-list-type-description-with-examples
html-list-type-description-with-examples203t1a0571
 

Ähnlich wie Ordered lists (8)

HTML LIST
HTML LISTHTML LIST
HTML LIST
 
Handout4 lists
Handout4 listsHandout4 lists
Handout4 lists
 
v3-html-list-210321161325.pdf
v3-html-list-210321161325.pdfv3-html-list-210321161325.pdf
v3-html-list-210321161325.pdf
 
Html list
Html listHtml list
Html list
 
Creating lists
Creating listsCreating lists
Creating lists
 
Lecture 4 html lists
Lecture 4   html listsLecture 4   html lists
Lecture 4 html lists
 
Web Design LSC 532: Lecture 11
Web Design LSC 532: Lecture 11Web Design LSC 532: Lecture 11
Web Design LSC 532: Lecture 11
 
html-list-type-description-with-examples
html-list-type-description-with-exampleshtml-list-type-description-with-examples
html-list-type-description-with-examples
 

Kürzlich hochgeladen

MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...Jittipong Loespradit
 
WSO2Con204 - Hard Rock Presentation - Keynote
WSO2Con204 - Hard Rock Presentation - KeynoteWSO2Con204 - Hard Rock Presentation - Keynote
WSO2Con204 - Hard Rock Presentation - KeynoteWSO2
 
tonesoftg
tonesoftgtonesoftg
tonesoftglanshi9
 
%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburg
%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburg%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburg
%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburgmasabamasaba
 
VTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnVTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnAmarnathKambale
 
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisamasabamasaba
 
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfonteinmasabamasaba
 
%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrandmasabamasaba
 
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...Bert Jan Schrijver
 
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...chiefasafspells
 
WSO2CON 2024 - How to Run a Security Program
WSO2CON 2024 - How to Run a Security ProgramWSO2CON 2024 - How to Run a Security Program
WSO2CON 2024 - How to Run a Security ProgramWSO2
 
Artyushina_Guest lecture_YorkU CS May 2024.pptx
Artyushina_Guest lecture_YorkU CS May 2024.pptxArtyushina_Guest lecture_YorkU CS May 2024.pptx
Artyushina_Guest lecture_YorkU CS May 2024.pptxAnnaArtyushina1
 
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...masabamasaba
 
WSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go PlatformlessWSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go PlatformlessWSO2
 
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrainmasabamasaba
 
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...masabamasaba
 
AI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplateAI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplatePresentation.STUDIO
 
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...Shane Coughlan
 
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024VictoriaMetrics
 

Kürzlich hochgeladen (20)

Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
 
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
 
WSO2Con204 - Hard Rock Presentation - Keynote
WSO2Con204 - Hard Rock Presentation - KeynoteWSO2Con204 - Hard Rock Presentation - Keynote
WSO2Con204 - Hard Rock Presentation - Keynote
 
tonesoftg
tonesoftgtonesoftg
tonesoftg
 
%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburg
%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburg%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburg
%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburg
 
VTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnVTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learn
 
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
 
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
 
%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand
 
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
 
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
 
WSO2CON 2024 - How to Run a Security Program
WSO2CON 2024 - How to Run a Security ProgramWSO2CON 2024 - How to Run a Security Program
WSO2CON 2024 - How to Run a Security Program
 
Artyushina_Guest lecture_YorkU CS May 2024.pptx
Artyushina_Guest lecture_YorkU CS May 2024.pptxArtyushina_Guest lecture_YorkU CS May 2024.pptx
Artyushina_Guest lecture_YorkU CS May 2024.pptx
 
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
 
WSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go PlatformlessWSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go Platformless
 
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
 
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
 
AI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplateAI & Machine Learning Presentation Template
AI & Machine Learning Presentation Template
 
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
 
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
 

Ordered lists

  • 2. Ordered List The html tags used to make an ordered list are: 1. <ol> = opening tag 2. </ol> = closing tag 3. <li> = opening tag 4. </li>= closing tag
  • 3. Ordered List An ordered list is a list of items with numbers in front of it. Some things need to be done in a specific order. The next slide is an example of an ordered list.
  • 4. Ordered List To use family search do the following: 1. Turn on the computer. 2. Type in the url www.familysearch.org 3. Log in or create an account. 4. Click on family tree. 5. Begin researching your family!
  • 5. Ordered List So how do you create an ordered list using html code? It is quite simple. <ol> <li>Turn on the computer.</li> <li>Type in the url www.familysearch.org.</li> <li>Log in or create an account.</li> <li>Click on family tree.</li> <li>Begin researching your family!</li> </ol>
  • 6. Ordered List You can also make lists with capital letters, lower case letters, upper case roman numerals and lower case numerals. For Upper case letters use, (type=“A”). <ol type=“A”> <li>Turn on the computer.</li> <li>Type in the url www.familysearch.org.</li> <li>Log in or create an account.</li> <li>Click on family tree.</li> <li>Begin researching your family!</li> </ol>
  • 7. Ordered List To use family search do the following: A. Turn on the computer. B. Type in the url www.familysearch.org C. Log in or create an account. D. Click on family tree. E. Begin researching your family!
  • 8. Ordered List For lower case letters. <ol type=“a”> <li>Turn on the computer.</li> <li>Type in the url www.familysearch.org.</li> <li>Log in or create an account.</li> <li>Click on family tree.</li> <li>Begin researching your family!</li> </ol>
  • 9. Ordered List To use family search do the following: a. Turn on the computer. b. Type in the url www.familysearch.org c. Log in or create an account. d. Click on family tree. e. Begin researching your family!
  • 10. Ordered List For upper case roman numerals. <ol type=“I”> <li>Turn on the computer.</li> <li>Type in the url www.familysearch.org.</li> <li>Log in or create an account.</li> <li>Click on family tree.</li> <li>Begin researching your family!</li> </ol>
  • 11. Ordered List To use family search do the following: I. Turn on the computer. II. Type in the url www.familysearch.org III. Log in or create an account. IV. Click on family tree. V. Begin researching your family!
  • 12. Ordered List For lower case letters. <ol type=“i”> <li>Turn on the computer.</li> <li>Type in the url www.familysearch.org.</li> <li>Log in or create an account.</li> <li>Click on family tree.</li> <li>Begin researching your family!</li> </ol>
  • 13. Ordered List To use family search do the following: i. Turn on the computer. ii. Type in the url www.familysearch.org iii. Log in or create an account. iv. Click on family tree. v. Begin researching your family!
  • 14. Ordered List A good website for ordered, unordered, description and nested lists. http://www.w3schools.com/html/html_li sts.asp
  • 15. Working Example http://www.writephonics.com/blended/ch.html This phonics website uses numerous ordered lists to give ideas for activities, videos to watch, and books and scriptures to read.