Flux rss
Bookmark Bookmark & Share
Elenchi e numerazioni nell'HTML Listas e enumerações em HTML Listen und Aufzählungen in HTML Listes et énumérations en HTML Listas en HTML

Lists

A list is a structured paragraph containing a series of items. HTML defines three types of lists:

Ordered Lists

Unordered List

Container Type of List Visual Effect
<ol>

<li> item 1 </li>

<li> item 2 </li>

</ol>

Ordered List
  1. item 1
  2. item 2
  3. item 3

Definition List

Container Type of List Visual Effect
<ul>

<li> item 1 </li>

<li> item 2 </li>

</ul>

Unordered
  • item 1
  • item 2
  • item 3

Attributes

There are several attributes used only for lists:

Container Type of List Visual Effect
<dl>

<dt>Term</dt>

<dd>Definition</dd>

</dl>

Definition
item 1
definition 1
item 2
definition 2
Attribute Value Visual Effect
COMPACT   tightens line spacing
(more compact list)
PLAIN   removes bullets
SEQNUM   defines the first number
START   defines the first number
CONTINUE   starts at the number where
the last list left off
TYPE (for ordered lists) 1

A

a

I

i

Arabic numerals (default)

Uppercase letters

Lowercase letters

Roman numerals (I, II, III, IV ...)

Lowercase Roman numerals

TYPE (for unordered lists) circle

square

disc

  • circular bullet
  • square bullet
  • solid, round bullet


Last update on Thursday October 16, 2008 02:43:14 PM.This document entitled « Lists in HTML » from Kioskea (en.kioskea.net) is made available under the Creative Commons license. You can copy, modify copies of this page, under the conditions stipulated by the licence, as this note appears clearly.
HTML Markup HTML, A Markup Language HTML is not a programming language. Rather, it is used for describing the layout and format of content, written in the form of simple text. An HTML page is a basic text file containing tags for specifying text format,... en.kioskea.net/contents/html/htmlbalise.php3
HTML document layout HTML document An HTML page is a simple file containing text formatted with HTML tags. Traditionally, the file is given an .htm or .html extension, but a web page may have other extensions as well. A web page can be built from even the most basic... en.kioskea.net/contents/html/htmldocument.php3
Paragraphs in HTML Paragraphs HTML considers paragraphs to be blocks of text. Browsers do their best to fit the contents of paragraphs into the window, unless the NOWRAP or NOBR attribute is explicitly specified. Within a paragraph, all spaces, tabs, and line breaks... en.kioskea.net/contents/html/htmlparagraphes.php3
How to easily display PHP/HTML codes in your webpagesHow to easily display PHP/HTML codes in your webpages What code to use? If you want your visitors to be able to see the source codes of your webpage, there is a very easy way to do so. Normally, all you have to do in a HTML file using... en.kioskea.net/faq/sujet-824-how-to-easily-display-php-html-codes-in-your-webpages
Show what you are listening to on MSN/WLMShow what you are listening to on MSN/WLM Windows Media Player The Winamp Player The VLC Media Player When we are connected to instant messaging Windows Live Messenger, it is possible to display and use in personal message, the... en.kioskea.net/faq/sujet-2410-show-what-you-are-listening-to-on-msn-wlm
List the contents of a directory in a fileList the contents of a directory in a file It may be convenient to make the listing of one or more directories in a file, to make a catalog of files. Under MS-DOS (or Windows by opening a window of MS-Dos) it is possible to send the... en.kioskea.net/faq/sujet-2424-list-the-contents-of-a-directory-in-a-file
Outlook issue with HTML form (Solved)Hello, I have a small website with a very simple HTML form that allows user to send his data; then the webmaster receives an email with the data included in the form. My problem is that, when ever Outlook is set up on a machine, the email button open... en.kioskea.net/forum/affich-247-outlook-issue-with-html-form
Header and footer in HTML (Solved)Hello, Is it possible to include a header and footer file using HTML? I have my file (saved as a .html) and need to be able to include the HTML for the header and footer. Anyone know how I can do this? Thanks a lot. en.kioskea.net/forum/affich-196-header-and-footer-in-html
List month from any given year in excel (Solved)Hello, i 0got a spreadsheet (data) as below date status 1-jan-1975 approved 1-feb-1980 suspended 5-mar-1985 rejected 10-oct-1985 suspended 29-Oct-2004 approved got a report sheet where the summary is listed as below count for the year - (year) month... en.kioskea.net/forum/affich-103366-list-month-from-any-given-year-in-excel
Download HTML Calendar Maker ProHTML Calendar Maker Pro is a creation software of a monthly web page calendar. Easy to use, it does not require any knowledge on programming. The calendar is customizable: modification of colours and fonts, insertion of image and edition of the code... en.kioskea.net/telecharger/telecharger-2347-html-calendar-maker-pro
Download Cyber E-mail List ManagerCyber E-mail List Manager allows to manage quickly and effectively the mailing lists. The application makes it possible to merge, split and remove the lists. It only takes 12 minutes to clean and filter 10 million e-mails. Cyber E-mail List Manager... en.kioskea.net/telecharger/telecharger-3668-cyber-e-mail-list-manager
Download Atomic List ManagerAtomic List Manager can process a mailing list or individual to create a custom list and targeted quality by simple mouse clicks maximizing the return on investment of 15 to 25%. The mailing lists contain multiple data parameters which can be treated.... en.kioskea.net/telecharger/telecharger-2647-atomic-list-manager
EuroTalk Ltd World Talk! Learn Norwegian: Improve Your Listening and Speaking SkillsWorld Talk Norwegian is aimed at intermediate level learners whohave already built up some confidence listening to and speakingNorwegian. The interactive games and quizzes will help to furtherdevelop fluency and understanding of the language en.kioskea.net/guide/633645238-eurotalk-ltd-world-talk-learn-norwegian-improve-your-listening-and-speaking-skills
Introduction to HTMLIntroduction to HTML HTML (HyperText Mark-Up Language) is what is known as a "mark-up language" whose role is to prepare written documents using formatting tags. The tags indicate how the document is presented and how it links to other documents.... en.kioskea.net/contents/html/htmlintro.php3
Special charactersSpecial character codings HTML standards require all code to be written in 7-bit ASCII, which means that accented characters are not allowed. Despite this, current browsers recognise accented characters; you can enter accented characters directly... en.kioskea.net/contents/html/htmlcarac.php3
HTML formsForms Interactive forms let web page authors give their pages interactive elements, such as for receiving messages from their readers, much like the reply cards found in some magazines. The reader enters information by filling in fields or clicking... en.kioskea.net/contents/html/htmlform.php3