answersLogoWhite

0

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

16y ago

What else can I help you with?

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


Type of list not aloud in papers?

Bulleted


What type of list is not allowed 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 lists are also called what?

Ordered list