SlideShare a Scribd company logo
CREATING LISTS
Lists A  list  is simply a collection of two or more related items. There are three (3) types of lists in HTML:  unordered lists, ordered lists,  and  definition lists .
Unordered List  <ul> </ul> The  ul  element, the name for which is an abbreviation of unordered list, is used to group a collection of items together in a list, but in a way that  doesn’t suggest an order of precedence or importance . Each list item in the unordered list is in turn defined by its own  li  element, all contained by the surrounding  <ul>  and  </ul>  tags.
EXAMPLE:  The shopping list below utilizes  ul  element (unordered list) with each item living in its own  li  element.   <ul type= “ disc ”  > <li>Eggs</li> <li>Cheese</li> <li>Milk</li> <li>Papadums</li> <li>Tickle-me Elmo</li> </ul> Eggs Cheese Milk Papadums Tickle-me Elmo OUTPUT:
Ordered Lists <ol> </ol> The  ol  element defines an ordered list, one in which the  items are meant to be followed in a specific sequence. Each list item is defined by  li  element, which suggests an order of importance or sequence, as  ol  is an abbreviation of ordered list. The  <ol>  tag attributes:  type  and  start   type=”{ a | A | i | I | 1 }“ start=”number“
Definition List <dl> </dl> A  definition list  is not merely a collection of items, but rather a collection of items and description of each. A  definition list  doesn’t contain list item ( li ) elements. Rather, items in a definition list may consist of definition terms ( dt ) and definition description ( dd ).
Nested Lists You can also nest one or more lists inside another list item (see example below).  <ul> <li>Home</li> <li>About Us <ul>   <li>Our History</li>   <li>The Team</li>   <li>Our Vision</li> </ul> </li> <li>Portfolio</li> <li>Clients</li> <li>Contact</li> </ul> Home About Us Our History The Team Our Vision Portfolio Clients Contact Us OUTPUT:
CREATING HYPERLINKS
ALL ABOUT HYPERLINK One of the greatest feature of the WWW is its huge collection of documents, which number in millions. All of these documents are brought together by the use of HYPERLINKS. The user navigates the web by clicking on the links that the web author provides.
HYPERLINKS/LINKS Hyperlinks/links provide a connection between different documents. Links are one of the most important features that make the World Wide Web so powerful. Using links, you can point to other documents, graphics, and programs from within your document.
These actions include: Moving to another part of the document Opening and displaying an image, text, or sound files Opening a document from other URL or web sites around the globe within the internet.
The ANCHOR Tag <A>…</A> The use of link is based around a tag: the anchor tag. The basic syntax of the anchor tag is as follows: <a href=”URL”>text link</a> You use the anchor element to mark any markup that causes the user’s browser to navigate to a different location when interacted with. The text between  <a></a>  is presented to the user. When the user clicks on the link, the browser is directed to the document that is specified by the  href  attribute.
Linking to Other Documents Example: <a href=”http://www.google.com”>Search</a> This sample uses the  <a>  tag along the  href  attribute to provide users the ability to do a search using Google. The  href  provides the location – in this case,  http://www.google.com  – where the browser should navigate to. When you want to link to other documents that are part of your Web site: <a href=”news.html”>News</a> In this case, the browser looks for the document named  news.html  in the same location of the original document.
Target Is a named location or anchor within a Webpage to which a link can be created. Values: _new, _self
_new Is used by the browser to initiate a newly opened window.
_self This target points to the current frame or window, that is, the frame or window that contains the document that is the source for the anchor, <a> The target URL will open in the same frame as  it was clicked
name This attribute is used to identify a section or fragment of the page Link to specific location within the document  <a name=“TOP”></a> <a href=“#TOP”>return to top of the page</a>
Using Graphics as a Hyperlink Combining the Anchor tag and the Image tag can create a clickable image that acts as a link to other HTML documents <a href=“Image filename”><img src=“Image filename”/></a>

More Related Content

PPT
SHS-ADC(Hyperlinks)
PPTX
HTML5 introduction
PPTX
How to create rss feed for your website
PPTX
How to create rss feed
PPT
DOCX
Project Report on HTML
PPT
Frederick Highbaugh Jr Art 2830 Meta tag presentation
PPTX
Meta Tag Presentation
SHS-ADC(Hyperlinks)
HTML5 introduction
How to create rss feed for your website
How to create rss feed
Project Report on HTML
Frederick Highbaugh Jr Art 2830 Meta tag presentation
Meta Tag Presentation

What's hot (18)

PDF
Web Development 4
PDF
Web Development 4 (HTML & CSS)
PPTX
Working With Tables in HTML
PPT
Week7
PDF
Web Development 3 (HTML & CSS)
PPT
Advanced dreamweaver
PPTX
Links in Html
PPTX
Empowerment Technologies Lecture 10 (Philippines SHS)
PPTX
Internet workshop
PDF
CSS Selector in Selenium WebDriver | Edureka
ODP
PPTX
The html tag
PPTX
Gail Borden Library | HTML/CSS Program
PPTX
Html links
PPT
Anatomy of the Keyword Search Results
PPTX
7. links & anchors
PPT
Intro To Online Databases Fall09
PDF
Html links
Web Development 4
Web Development 4 (HTML & CSS)
Working With Tables in HTML
Week7
Web Development 3 (HTML & CSS)
Advanced dreamweaver
Links in Html
Empowerment Technologies Lecture 10 (Philippines SHS)
Internet workshop
CSS Selector in Selenium WebDriver | Edureka
The html tag
Gail Borden Library | HTML/CSS Program
Html links
Anatomy of the Keyword Search Results
7. links & anchors
Intro To Online Databases Fall09
Html links
Ad

Viewers also liked (9)

PPTX
Locators in selenium - BNT 09
PPTX
Selenium - BNT 07
KEY
Css Essential
PPTX
Test ng tutorial
PPTX
Css selector - BNT 11
PPTX
Mark css syntax & selector
PPTX
Selenium Locators
PPTX
Assessment
Locators in selenium - BNT 09
Selenium - BNT 07
Css Essential
Test ng tutorial
Css selector - BNT 11
Mark css syntax & selector
Selenium Locators
Assessment
Ad

Similar to shs-adcppt1 (20)

PPT
shsadcppt1
PPT
lists-and-links.ppt lists and link ppt...
PPT
html-lists-ordered-unordered-and-links.ppt
PPT
lists-and-links.ppt
PPT
lists-and-links.ppt
PPTX
Html link and list tags
PPT
Introduction to HTML
PPTX
List and Links.pptx
PPT
Html Intro2
KEY
Html intro
ODP
ODP
ODP
PPT
IP_-_Lecture_4,_5_Chapter-2.ppt
PPTX
More on HTML Communication Skills BASICS
PPTX
HTML Lists & Llinks
PPTX
HTML Basic Training for beginners - Learn HTML coding
PPTX
HTML Basics, Web Development Part-2.pptx
PPTX
Introduction to Html
PPT
Understanding THML
shsadcppt1
lists-and-links.ppt lists and link ppt...
html-lists-ordered-unordered-and-links.ppt
lists-and-links.ppt
lists-and-links.ppt
Html link and list tags
Introduction to HTML
List and Links.pptx
Html Intro2
Html intro
IP_-_Lecture_4,_5_Chapter-2.ppt
More on HTML Communication Skills BASICS
HTML Lists & Llinks
HTML Basic Training for beginners - Learn HTML coding
HTML Basics, Web Development Part-2.pptx
Introduction to Html
Understanding THML

Recently uploaded (20)

PPTX
Cell Types and Its function , kingdom of life
PDF
Anesthesia in Laparoscopic Surgery in India
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PDF
Weekly quiz Compilation Jan -July 25.pdf
PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
PPTX
Pharma ospi slides which help in ospi learning
PPTX
202450812 BayCHI UCSC-SV 20250812 v17.pptx
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PPTX
Lesson notes of climatology university.
PDF
Classroom Observation Tools for Teachers
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PPTX
Cell Structure & Organelles in detailed.
PDF
Chinmaya Tiranga quiz Grand Finale.pdf
DOC
Soft-furnishing-By-Architect-A.F.M.Mohiuddin-Akhand.doc
PDF
Trump Administration's workforce development strategy
PDF
RTP_AR_KS1_Tutor's Guide_English [FOR REPRODUCTION].pdf
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PDF
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
Cell Types and Its function , kingdom of life
Anesthesia in Laparoscopic Surgery in India
STATICS OF THE RIGID BODIES Hibbelers.pdf
Weekly quiz Compilation Jan -July 25.pdf
2.FourierTransform-ShortQuestionswithAnswers.pdf
Pharma ospi slides which help in ospi learning
202450812 BayCHI UCSC-SV 20250812 v17.pptx
Pharmacology of Heart Failure /Pharmacotherapy of CHF
Lesson notes of climatology university.
Classroom Observation Tools for Teachers
Supply Chain Operations Speaking Notes -ICLT Program
Cell Structure & Organelles in detailed.
Chinmaya Tiranga quiz Grand Finale.pdf
Soft-furnishing-By-Architect-A.F.M.Mohiuddin-Akhand.doc
Trump Administration's workforce development strategy
RTP_AR_KS1_Tutor's Guide_English [FOR REPRODUCTION].pdf
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
Final Presentation General Medicine 03-08-2024.pptx
Abdominal Access Techniques with Prof. Dr. R K Mishra
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3

shs-adcppt1

  • 2. Lists A list is simply a collection of two or more related items. There are three (3) types of lists in HTML: unordered lists, ordered lists, and definition lists .
  • 3. Unordered List <ul> </ul> The ul element, the name for which is an abbreviation of unordered list, is used to group a collection of items together in a list, but in a way that doesn’t suggest an order of precedence or importance . Each list item in the unordered list is in turn defined by its own li element, all contained by the surrounding <ul> and </ul> tags.
  • 4. EXAMPLE: The shopping list below utilizes ul element (unordered list) with each item living in its own li element. <ul type= “ disc ”  > <li>Eggs</li> <li>Cheese</li> <li>Milk</li> <li>Papadums</li> <li>Tickle-me Elmo</li> </ul> Eggs Cheese Milk Papadums Tickle-me Elmo OUTPUT:
  • 5. Ordered Lists <ol> </ol> The ol element defines an ordered list, one in which the items are meant to be followed in a specific sequence. Each list item is defined by li element, which suggests an order of importance or sequence, as ol is an abbreviation of ordered list. The <ol> tag attributes: type and start type=”{ a | A | i | I | 1 }“ start=”number“
  • 6. Definition List <dl> </dl> A definition list is not merely a collection of items, but rather a collection of items and description of each. A definition list doesn’t contain list item ( li ) elements. Rather, items in a definition list may consist of definition terms ( dt ) and definition description ( dd ).
  • 7. Nested Lists You can also nest one or more lists inside another list item (see example below). <ul> <li>Home</li> <li>About Us <ul> <li>Our History</li> <li>The Team</li> <li>Our Vision</li> </ul> </li> <li>Portfolio</li> <li>Clients</li> <li>Contact</li> </ul> Home About Us Our History The Team Our Vision Portfolio Clients Contact Us OUTPUT:
  • 9. ALL ABOUT HYPERLINK One of the greatest feature of the WWW is its huge collection of documents, which number in millions. All of these documents are brought together by the use of HYPERLINKS. The user navigates the web by clicking on the links that the web author provides.
  • 10. HYPERLINKS/LINKS Hyperlinks/links provide a connection between different documents. Links are one of the most important features that make the World Wide Web so powerful. Using links, you can point to other documents, graphics, and programs from within your document.
  • 11. These actions include: Moving to another part of the document Opening and displaying an image, text, or sound files Opening a document from other URL or web sites around the globe within the internet.
  • 12. The ANCHOR Tag <A>…</A> The use of link is based around a tag: the anchor tag. The basic syntax of the anchor tag is as follows: <a href=”URL”>text link</a> You use the anchor element to mark any markup that causes the user’s browser to navigate to a different location when interacted with. The text between <a></a> is presented to the user. When the user clicks on the link, the browser is directed to the document that is specified by the href attribute.
  • 13. Linking to Other Documents Example: <a href=”http://www.google.com”>Search</a> This sample uses the <a> tag along the href attribute to provide users the ability to do a search using Google. The href provides the location – in this case, http://www.google.com – where the browser should navigate to. When you want to link to other documents that are part of your Web site: <a href=”news.html”>News</a> In this case, the browser looks for the document named news.html in the same location of the original document.
  • 14. Target Is a named location or anchor within a Webpage to which a link can be created. Values: _new, _self
  • 15. _new Is used by the browser to initiate a newly opened window.
  • 16. _self This target points to the current frame or window, that is, the frame or window that contains the document that is the source for the anchor, <a> The target URL will open in the same frame as it was clicked
  • 17. name This attribute is used to identify a section or fragment of the page Link to specific location within the document <a name=“TOP”></a> <a href=“#TOP”>return to top of the page</a>
  • 18. Using Graphics as a Hyperlink Combining the Anchor tag and the Image tag can create a clickable image that acts as a link to other HTML documents <a href=“Image filename”><img src=“Image filename”/></a>