SlideShare a Scribd company logo
5
Most read
7
Most read
14
Most read
LISTS AND LINKS
Explained By:
Sarbjit Kaur.
Lecturer, Department of Computer Application,
PGG.C.G., Sector: 42, Chandigarh
INTRODUCTION TO LISTS
Lists are the best way to provide information
in a structured, easy-to-read format. They help
to visitor easily spot information, and they
drew attention to important information.
lists are the best method of
oranganizg information and presenting it in a
structured fashion.
TYPES OF LISTS
There are three kinds of lists:
• Ordered List (Numbered List)
• Unordered List (Bulleted List)
• Definition Lists
Ordered List (Numbered List)
• Ordered list also called as Numbered list, is
used to present a numbered list of item in the
order of importance or the item(paragraph) is
marked with a number.
• An ordered list must begin with the <OL>
followed by an <LI>list item tag.
Example: An HTML document orderedList.html shows
the use of Ordered List
<HTML>
<HEAD>
<TITLE>
An Ordered List
</TITLE>
</HEAD>
<BODY>
<ol>
<li>Coffee>
<li>Milk
<li>Tea
<li>sugar
</ol>
</OL>
</BODY>
</HTML>
Output
1. Coffee
2. Milk
3. Tea
4. sugar
Attributes of <OL> tag
• COMPACT: render a list in compact form.
• TYPE : allows marking list items with different types.
By default the list Item markers are set to numbers
1,2,3… so on.Other values of TYPE attribute are:
• Attribute Description
• Type = A Capital letter eg. A, B, C………
• Type = a Small letter eg. a, b, c,………
• Type = I Uppercase Roman Numbers eg. I, II, III……
• Type = i Lowercase Roman Numbers eg. i, ii, iii……
• Type = 1 eg. 1, 2, 3……
Attributes of <OL> tag
• The start attribute: The attribute is used to override default
list numbering when a list is divide into multiple parts. E.g:
<HTML>
<HEAD>
<TITLE>
An Ordered List
</TITLE>
</HEAD>
<BODY>
Impact printers
<ol>
<li>DOT MATRIX
EXAMPLE OF START ATTRIBUTE
<li>CHAIN PRINTER
<li>DRUM PRINTER
</ol>
<P>NON-IMPACT PRINTER</P>
<OL START=4>
<li>LASER PRINTER
<li>ELECTROSTATIC PRINTER
</OL>
</BODY>
</HTML>
OUTPUT
Impact printers
1.DOT MATRIX
2.CHAIN PRINTER
3.DRUM PRINTER
NON-IMPACT PRINTER
4.LASER PRINTER
5.ELECTROSTATIC PRINTER
Nested Order List
• One ordered list might contain one or more ordered list that Is called as Nested
Order lists.
• Example: An HTML document nested.html shows the use of Nested Order Lists
with attributes:
<HTML>
<HEAD>
<TITLE> Use of Nested Ordered Lists</TITLE>
</HEAD>
<BODY>
<OL TYPE = A START =3>
<LI> Fruits
<OL TYPE = I>
<LI> Apple
<LI> MANGO
<LI> Orange
</OL>
Example: An HTML document nested.html shows the use of
Nested Order Lists with attributes
• <LI> VEGETABLES
• <OL TYPE = I>
• <LI> Brinjal
• <LI> Cabbage
• <LI> Tomato
• </OL>
• </OL>
• </BODY>
• </HTML>
Unordered List <UL>
• Unordered List also called as bulleted list,
used to present list of items marked with
bullets. An unordered list starts with in <UL>
followed by <LI> (List Item) tag. Use of <UL> is
very similar to <OL> (ordered list).
Use of Unordered List and Various
Attributes
<HTML>
<HEAD><TITLE> Use of Unordered List </TITLE>
</HEAD>
<BODY>
<UL>
<LI> FRUITS
<UL>
<LI> Apple
<LI> Mango
<LI> Orange
</UL>
<LI> VEGETABLE
<UL>
<LI> Brinjal
<LI> Cabbage
<LI> Tomato
</UL>
</UL>
</BODY>
</HTML>
OUTPUT
• FRUITS
--Apple
-Mango
-Orange
• VEGETABLE
- Brinjal
-Cabbage
-Tomato
Definition Lists
• A definition list is a list of items, with a
description of each item. The <dl> tag defines a
definition list. The <dl> tag is used in conjunction
with <dt> (defines the item in the list) and <dd>
(describes the item in the list):E.g.
• <dl>
<dt>Coffee</dt>
<dd>- black hot drink</dd>
<dt>Milk</dt>
<dd>- white cold drink</dd>
</dl>
OUTPUT
• Coffee
- black hot drink
• Milk
- white cold drink
INTRODUCTION HTML Hyperlinks (Links)
• A hyperlink (or link) is a word, group of words, or image that you
can click on to jump to a new document or a new section within the
current document. When you move the cursor over a link in a Web
page, the arrow will turn into a little hand.
• HTML provides <A> Anchor Tag to create links. The format of using
anchor tag is as follows:
<A HREF ="URL"> Make Me The Link </A>
HREF (Hyper Link Reference) is a mandatory attribute used
to refer the URL of the resource. URL (Uniform Resource Locator) is
an address tells the browser about the file to link to. It identifies file
locations (Addresses) on the web or on the local hard drive. These
addresses can be those of HTML documents or elements such as
images, scripts, applets and other files. It is always enclosed in
quotes.
HTML Link Syntax
• The HTML code for a link is simple. It looks like
this:
• <a href="url">Link text</a>
• The href attribute specifies the destination of a
link.
• Example:
• <a href=“http://www.flowers.com/”>
flowers</a>which will display like this: flowers
• Clicking on this hyperlink will send the user to
flowers. COM' homepage
Linking a text to a web site / an external document
• Example:
<A HREF ="http://www.nios.ac.in">Link to Website of NIOS</A>
OR
<A HREF="http://www.nios.ac.in/offices.htm">Links to Contact Us page of NIOS</A>
Opening Address of the document Link text Closing Anchor Tag
Anchor Tag
In the above example the link text “Links to Contact Us page of
NIOS” would appear underlined and in a color different from any
other text in the document to distinguish a link from normal text.
Also you would find that the mouse pointer changes into a hand
like symbol when taken over the hyperlink.
Linking (jumping) to a specific place within the same
document.
• Sometimes, it is required to jump different sections
in the same document. For this it needs two steps,
first; identify section with a name and or second; use
jumps to the location using the name used.
• The syntax is:
<A HREF="#section_name"> link to another section of
the same document </A>
• This link text jumps to the section named with HREF
on click.The # symbol before the section name is
must.

More Related Content

DOCX
Microsoft word features
PPTX
Intellectual Property Rights and Plagiarism.pptx
PPTX
Footnotes, endnotes & citations
PPTX
ABSTRACTING AND INDEXING
PPTX
Word 2010 pagelayout tab, referance tab, mailing tab
PPTX
Mendeley Training
PDF
MS-OFFICE
PPT
Markup Languages
Microsoft word features
Intellectual Property Rights and Plagiarism.pptx
Footnotes, endnotes & citations
ABSTRACTING AND INDEXING
Word 2010 pagelayout tab, referance tab, mailing tab
Mendeley Training
MS-OFFICE
Markup Languages

What's hot (13)

PPTX
Ready reference
PPTX
National social science documentation centre (nassdoc )
PPTX
Call Numbers
PPT
Ms excel (page layout)
PPTX
Crop protection and pest management and pesticides
PPT
Searching techniques
PDF
INTRODUCTION OF MS-EXCEL.pdf
PPTX
Charts and graphs in excel
PPTX
LINKING IN HTML
PPT
Citing, referencing and bibliographies
PPTX
Insert + design
PPTX
MS ACCESS PPT.pptx
DOC
Module 5 entering data in worksheet
Ready reference
National social science documentation centre (nassdoc )
Call Numbers
Ms excel (page layout)
Crop protection and pest management and pesticides
Searching techniques
INTRODUCTION OF MS-EXCEL.pdf
Charts and graphs in excel
LINKING IN HTML
Citing, referencing and bibliographies
Insert + design
MS ACCESS PPT.pptx
Module 5 entering data in worksheet
Ad

Similar to html-lists-ordered-unordered-and-links.ppt (20)

PPT
IP_-_Lecture_4,_5_Chapter-2.ppt
PPTX
HTML Basics, Web Development Part-2.pptx
PDF
Advanced html
PPT
HTML_JavaScript_Malaysia_2008 (2).ppt
PDF
Web designing
PPTX
Chapter 2 Final.pptx
PDF
WEB DESIGNING.pdf
PPTX
Information and communication technology lesson notes.pptx
PPTX
List and Links.pptx
PPTX
Html link and list tags
PPT
Web Design-III IT.ppt
PDF
chapter-17-web-designing2.pdf
PPTX
web page.pptxb dvcdhgdhdbdvdhudvehsusvsudb
PPTX
Learn html Basics
PPT
Web Development
PPTX
HTML Lists & Llinks
PPT
basic-tags.PPT
PPT
shsadcppt1
PPT
SHS-ADC(Hyperlinks)
IP_-_Lecture_4,_5_Chapter-2.ppt
HTML Basics, Web Development Part-2.pptx
Advanced html
HTML_JavaScript_Malaysia_2008 (2).ppt
Web designing
Chapter 2 Final.pptx
WEB DESIGNING.pdf
Information and communication technology lesson notes.pptx
List and Links.pptx
Html link and list tags
Web Design-III IT.ppt
chapter-17-web-designing2.pdf
web page.pptxb dvcdhgdhdbdvdhudvehsusvsudb
Learn html Basics
Web Development
HTML Lists & Llinks
basic-tags.PPT
shsadcppt1
SHS-ADC(Hyperlinks)
Ad

Recently uploaded (20)

PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PDF
Microbial disease of the cardiovascular and lymphatic systems
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PDF
A systematic review of self-coping strategies used by university students to ...
PDF
VCE English Exam - Section C Student Revision Booklet
PDF
Computing-Curriculum for Schools in Ghana
PDF
Anesthesia in Laparoscopic Surgery in India
PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
PDF
RMMM.pdf make it easy to upload and study
PPTX
Pharma ospi slides which help in ospi learning
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PDF
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
PPTX
Presentation on HIE in infants and its manifestations
PPTX
Cell Types and Its function , kingdom of life
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PPTX
202450812 BayCHI UCSC-SV 20250812 v17.pptx
PPTX
master seminar digital applications in india
PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
STATICS OF THE RIGID BODIES Hibbelers.pdf
Microbial disease of the cardiovascular and lymphatic systems
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
FourierSeries-QuestionsWithAnswers(Part-A).pdf
A systematic review of self-coping strategies used by university students to ...
VCE English Exam - Section C Student Revision Booklet
Computing-Curriculum for Schools in Ghana
Anesthesia in Laparoscopic Surgery in India
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
RMMM.pdf make it easy to upload and study
Pharma ospi slides which help in ospi learning
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
Supply Chain Operations Speaking Notes -ICLT Program
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
Presentation on HIE in infants and its manifestations
Cell Types and Its function , kingdom of life
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
202450812 BayCHI UCSC-SV 20250812 v17.pptx
master seminar digital applications in india
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape

html-lists-ordered-unordered-and-links.ppt

  • 1. LISTS AND LINKS Explained By: Sarbjit Kaur. Lecturer, Department of Computer Application, PGG.C.G., Sector: 42, Chandigarh
  • 2. INTRODUCTION TO LISTS Lists are the best way to provide information in a structured, easy-to-read format. They help to visitor easily spot information, and they drew attention to important information. lists are the best method of oranganizg information and presenting it in a structured fashion.
  • 3. TYPES OF LISTS There are three kinds of lists: • Ordered List (Numbered List) • Unordered List (Bulleted List) • Definition Lists
  • 4. Ordered List (Numbered List) • Ordered list also called as Numbered list, is used to present a numbered list of item in the order of importance or the item(paragraph) is marked with a number. • An ordered list must begin with the <OL> followed by an <LI>list item tag.
  • 5. Example: An HTML document orderedList.html shows the use of Ordered List <HTML> <HEAD> <TITLE> An Ordered List </TITLE> </HEAD> <BODY> <ol> <li>Coffee> <li>Milk <li>Tea <li>sugar </ol> </OL> </BODY> </HTML>
  • 7. Attributes of <OL> tag • COMPACT: render a list in compact form. • TYPE : allows marking list items with different types. By default the list Item markers are set to numbers 1,2,3… so on.Other values of TYPE attribute are: • Attribute Description • Type = A Capital letter eg. A, B, C……… • Type = a Small letter eg. a, b, c,……… • Type = I Uppercase Roman Numbers eg. I, II, III…… • Type = i Lowercase Roman Numbers eg. i, ii, iii…… • Type = 1 eg. 1, 2, 3……
  • 8. Attributes of <OL> tag • The start attribute: The attribute is used to override default list numbering when a list is divide into multiple parts. E.g: <HTML> <HEAD> <TITLE> An Ordered List </TITLE> </HEAD> <BODY> Impact printers <ol> <li>DOT MATRIX
  • 9. EXAMPLE OF START ATTRIBUTE <li>CHAIN PRINTER <li>DRUM PRINTER </ol> <P>NON-IMPACT PRINTER</P> <OL START=4> <li>LASER PRINTER <li>ELECTROSTATIC PRINTER </OL> </BODY> </HTML>
  • 10. OUTPUT Impact printers 1.DOT MATRIX 2.CHAIN PRINTER 3.DRUM PRINTER NON-IMPACT PRINTER 4.LASER PRINTER 5.ELECTROSTATIC PRINTER
  • 11. Nested Order List • One ordered list might contain one or more ordered list that Is called as Nested Order lists. • Example: An HTML document nested.html shows the use of Nested Order Lists with attributes: <HTML> <HEAD> <TITLE> Use of Nested Ordered Lists</TITLE> </HEAD> <BODY> <OL TYPE = A START =3> <LI> Fruits <OL TYPE = I> <LI> Apple <LI> MANGO <LI> Orange </OL>
  • 12. Example: An HTML document nested.html shows the use of Nested Order Lists with attributes • <LI> VEGETABLES • <OL TYPE = I> • <LI> Brinjal • <LI> Cabbage • <LI> Tomato • </OL> • </OL> • </BODY> • </HTML>
  • 13. Unordered List <UL> • Unordered List also called as bulleted list, used to present list of items marked with bullets. An unordered list starts with in <UL> followed by <LI> (List Item) tag. Use of <UL> is very similar to <OL> (ordered list).
  • 14. Use of Unordered List and Various Attributes <HTML> <HEAD><TITLE> Use of Unordered List </TITLE> </HEAD> <BODY> <UL> <LI> FRUITS <UL> <LI> Apple <LI> Mango <LI> Orange </UL> <LI> VEGETABLE <UL> <LI> Brinjal <LI> Cabbage <LI> Tomato </UL> </UL> </BODY> </HTML>
  • 16. Definition Lists • A definition list is a list of items, with a description of each item. The <dl> tag defines a definition list. The <dl> tag is used in conjunction with <dt> (defines the item in the list) and <dd> (describes the item in the list):E.g. • <dl> <dt>Coffee</dt> <dd>- black hot drink</dd> <dt>Milk</dt> <dd>- white cold drink</dd> </dl>
  • 17. OUTPUT • Coffee - black hot drink • Milk - white cold drink
  • 18. INTRODUCTION HTML Hyperlinks (Links) • A hyperlink (or link) is a word, group of words, or image that you can click on to jump to a new document or a new section within the current document. When you move the cursor over a link in a Web page, the arrow will turn into a little hand. • HTML provides <A> Anchor Tag to create links. The format of using anchor tag is as follows: <A HREF ="URL"> Make Me The Link </A> HREF (Hyper Link Reference) is a mandatory attribute used to refer the URL of the resource. URL (Uniform Resource Locator) is an address tells the browser about the file to link to. It identifies file locations (Addresses) on the web or on the local hard drive. These addresses can be those of HTML documents or elements such as images, scripts, applets and other files. It is always enclosed in quotes.
  • 19. HTML Link Syntax • The HTML code for a link is simple. It looks like this: • <a href="url">Link text</a> • The href attribute specifies the destination of a link. • Example: • <a href=“http://www.flowers.com/”> flowers</a>which will display like this: flowers • Clicking on this hyperlink will send the user to flowers. COM' homepage
  • 20. Linking a text to a web site / an external document • Example: <A HREF ="http://www.nios.ac.in">Link to Website of NIOS</A> OR <A HREF="http://www.nios.ac.in/offices.htm">Links to Contact Us page of NIOS</A> Opening Address of the document Link text Closing Anchor Tag Anchor Tag In the above example the link text “Links to Contact Us page of NIOS” would appear underlined and in a color different from any other text in the document to distinguish a link from normal text. Also you would find that the mouse pointer changes into a hand like symbol when taken over the hyperlink.
  • 21. Linking (jumping) to a specific place within the same document. • Sometimes, it is required to jump different sections in the same document. For this it needs two steps, first; identify section with a name and or second; use jumps to the location using the name used. • The syntax is: <A HREF="#section_name"> link to another section of the same document </A> • This link text jumps to the section named with HREF on click.The # symbol before the section name is must.