Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 14

HTML-

LISTS
HYPERLINKS
BOOKMARKS
Presented By:
Ramanan
What are Lists?
HTML Lists are used to specify lists of information. All lists may
contain one or more list elements. There are three different
types of HTML lists:

1. Ordered List or Numbered List (ol)


2. Unordered List or Bulleted List (ul)
Types of Lists
Ordered List: An ordered list is a list in which the items are
numbered and the order matters.

Un-Ordered List: An unordered list typically is a bulleted list of


items
EXAMPLES FOR LISTS Unordered Lists
Ordered List <ul>
<ol> <li>Ford Fiesta</li>
<li>Cadillac Esclade</li> <li>Pagani Huayra</li>
<li>Lincoln Continental</li> <li>Audi E-Tron </li>
<li> Bugatti Centodieci </li> <li>Bentley Bentayga</li>
<li>Koenigsegg Agera</li> <li>Mercedes Benz S-Class 350</li>
<li>Rimac Nevera</li> </ul>
</ol>

OUTPUT OUTPUT
HYPERLINKS IN
HTML
A Hyperlink is an item like a word or button that points to another location.

When you click on a link, the link will take you to the target of the link,
which may be a webpage, document or other online content.
EXAMPLE FOR OUTPUT
HYPERLINKS
<a href="https://www.google.com/"
target="_self"><h2> touch to open google
</h2></a>
BOOKMARKS IN
HTML
A bookmark is helpful when you want to remember the web page for
future reference.

You can access that bookmark at any time to view the web page again.
EXAMPLES FOR
BOOKMARKS OUTPUT
<body>
<h1 id="top">Profile </h1>
<hr>
<h2 id="21a">Q1: What is the Shortcut key for
Cut?</h2>
<p>Ctrl + X</p>
</body>
ANY QUESTIONS?
THANK YOU!
THANK YOU!

You might also like