answersLogoWhite

0


Best Answer

A basic list using bullets (small black circles) starts with the tag <ul> and each item listed with the tags <li>item one </li> <li>item two </li> </ul> (end list) will result in Item one item two For a numbered list instead of a bullet list use <ol> (ordered list) instead of <ul> (unordered list) This will display your information in sequential orde. to start. for example <ol>

<li>item one</li>

<li>item two</li>

</ol> This will result in # item one # item two Inside a list item <li>you can put paragraphs, line breaks, images, links, and also other lists.</li> The example above will be a numbered list if you want it in alphabetical order, add the attribute type=".." to the <li> tag with the value "A" (lower case "a" will give you a lower case list) like this: <li type="A">

User Avatar

Wiki User

15y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

14y ago

Ordered lists display items in a numbered list. Ordered lists just need 3 tags:

<ol>

<li>

</ol>

The <ol> tells the browser to start an ordered list. Each element of the list must start with <li>. To end the list you must close with a </ol> tag. Here is a very simple list:

Local Restaurants

<ol>

<li>Burger King

<li>Dominos

<li>Pizza Hut

<li>Dairy Queen

<li>Hardee's

</ol>

Like un-ordred lists the numbers before the list items can be changed with a Type attribute. You can change the styles of bullets using the Type attribute within the <OL> tag for the entire list or within the <LI> tag for an individual item. The values for Type are:

TYPE=a SMALL LETTERS

TYPE=A CAPITAL LETTERS

TYPE=i SMALL ROMAN NUMERAL

TYPE=I LARGE ROMAN NUMERAL

TYPE=1 NUMBER

So you would have something like:

<ol type = "A">

The value of the first item in the list or any item in the list can be changed using the start attribute.

<ol start=#> where # is the starting number

<ol start = 3> Starts a list on 3 or C or III etc depending on the type you have set.

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

You can create a bulleted list by adding the code below to your HTML page:

<ul>

<li>content goes here</li>

<li>content goes here</li>

<li>content goes here</li>

<li>content goes here</li>

<li>content goes here</li>

<li>content goes here</li>

</ul>

Make sure you create styles for <ul>

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

An unordered list starts with the

    tag. Each list item starts with the
  • tag.

    The list items are marked with bullets (typically small black circles).

    • Coffee
    • Milk

    This is how the HTML code above looks in a browser:

    • Coffee
    • Milk
This answer is:
User Avatar

User Avatar

Wiki User

12y ago

Some believe that it should be called unnumbered list, but because ordered lists can have letters represent the order of items, this would be incorrect.

This answer is:
User Avatar

User Avatar

Wiki User

8y ago

An unordered (bulleted) list uses the

    tags, as follows:

    • First item
    • Second item

    This produces:

    • First item
    • Second item

    For an ordered (numbered) list, use the

      tags instead:

      1. First item
      2. Second item

      This produces the following:

      1. First item
      2. Second item

      You can also nest lists within lists:

      1. First item
        • First subitem
        • Second subitem

      2. Second item
        • Third subitem
        • Fourth subitem

      This produces the following:

      1. First item

      • First subitem
      • Second subitem
      2. Second item
      • Third subitem
      • Fourth subitem
      This answer is:
      User Avatar

      User Avatar

      Wiki User

      8y ago

      In HTML, a numbered list is called an ordered list and you use two elements, the

        (ordered list) element and the
      1. (list item) element. A recipe is a great example of an ordered list. Here is an example of the code necessary.

        1. First list item
        2. Second list item
        3. Third list item
        4. Fourth list item
        5. Fifth list item

        This would result in a list that looks like:

        1. First list item
        2. Second list item
        3. Third list item
        4. Fourth list item
        5. Fifth list item
      This answer is:
      User Avatar

      User Avatar

      Wiki User

      8y ago

      Usually three tags are used for unordered lists. The <ul> tag starts an unordered list and the </ul> tag ends it. The <li> tag is used before each list item and so there can be lots of them between the start and end of the list.

      This answer is:
      User Avatar

      User Avatar

      Wiki User

      10y ago

      An un-ordered list looks like this:

      <ul>

      <li> First Bullet Point</li>

      </ul>

      This answer is:
      User Avatar

      Add your answer:

      Earn +20 pts
      Q: How is a bulleted list created using HTML?
      Write your answer...
      Submit
      Still have questions?
      magnify glass
      imp
      Related questions

      What type of list adds emphasis to elements in the list while using Powerpoint?

      A bulleted list.A bulleted list.A bulleted list.A bulleted list.A bulleted list.A bulleted list.A bulleted list.A bulleted list.A bulleted list.A bulleted list.A bulleted list.


      Type of list not allowed in paper?

      bulleted


      What is bulleted list?

      Go to the related links box where I posted a link that shows you how you can do bullet lists, and how to specify different types of bullets for your HTML documents


      What type of list sequences items?

      a Bulleted list No, that's incorrect, I'm afraid. A bulleted list is used when no sequencing is necessary. A numbered or lettered list is used to indicate a particular sequence of items.


      What type of list is not allowed in APA format writing papers?

      Bulleted or numbered lists are generally discouraged in APA format writing papers. Instead, APA guidelines recommend using prose to present information in a clear and concise manner. If a list is necessary, it should be integrated into the paragraph instead of being displayed as a separate list.


      How do you change the background of a bulleted list in HTML?

      &lt;html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"&gt; &lt;head&gt; &lt;style type="text/css" media="screen"&gt; ul { background: #FFFFFF; } &lt;/style&gt; &lt;/head&gt; &lt;body&gt; &lt;/body&gt; &lt;/html&gt;


      What is a list of paragraphs each preceded by a bullet?

      A Bulleted List


      What type of list is not allowed in papers?

      Bulleted


      Type of list not aloud in papers?

      Bulleted


      A type of list not allowed on papers?

      Bulleted is a list not allowed on papers.


      HTML supports which types of lists?

      There are 3 different types of list in X/HTML. Ordered lists, unordered lists, and definition lists. Order lists are made using the OL tag and LI (list items), and display, by default, in a format that is numbered sequentially, starting at 1. The number system, by default is Arabic. Unordered lists are made using the UL tag and list items. They display with bullets preceding each list item. Definition lists are made using the DL tag (definition list) and contain DT (definition term) and DD tags (Definition definition). By default, the definitions are indented from the terms, without other formatting.


      Bulleted list is a example of what text features?

      m