answersLogoWhite

0

Define lists in HTML

Updated: 8/10/2023
User Avatar

Wiki User

15y ago

Best Answer

It is often seen in a <li> tag, a tag in HTML is any recognized term between the signs < and >.

you have different type of lists,

<ul><li>this is going to have bullets</li></ul>

<ol><li>This is going to be marked in numbers</li></ol>

then <ol> or ordered list categorizes in to different formats.

eg,

<ol type="1"><li>this is going to have numbers</li></ol>

<ol type="a"><li>this is going to be marked from a to z</li></ol>

<ol type="I"><li>this will mak it is I and II and III and IV sort of thing</li><ol>

User Avatar

Wiki User

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

Wiki User

15y ago

A basic list using bullets (small black circles) starts with the tag

    and each item listed with the tags
  • item one
  • item two
(end list) will result in * Item one * item two For a numbered list instead of a bullet list use
    (ordered list) instead of
      (unordered list) to start. for example

      1. item one
      2. item two
      This will result in # item one # item two Inside a list item
    • you can put paragraphs, line breaks, images, links, and also other lists.
This answer is:
User Avatar

User Avatar

Wiki User

11y ago

There are two types of lists in HTML. These are

Ordered list

Unordered list(Disordered list)

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Define lists in HTML
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Does xml replace html in the future of world wide web?

XML probably will not replace HTML. XML is a language to define categories of data. HTML is a language to define format.


What is the function of LIST tag in HTML language?

There is no LIST tag in HTML. There are two tags that can help us create lists. &lt;OL&gt; to create ordered lists &lt;UL&gt; to create unordered lists


HTML for space symbol?

The HTML code used to define a blank space is &amp;nbsp; ...


How many HTML Lists?

Lists in HTML are of 2 types i.e. UL and OL. UL defines the unordered list whereas OL defines ordered list.


WHAT does tags do within HTML?

The tags in an HTML document provide a semantic layout for the file. They define what the data is. For instance, the tags define a paragraph.These tags aren't about how the data looks. Instead, the define what the data is.


Which tag is used to define frames in HTML?

&lt;frame&gt;


Who defines HTML standards?

W3c define html standards for web. Vimal Lad vimallad21@yahoo.com


What is the code of HTML of webpage?

HTML in a webpage is the basis of formation of it. It uses tags to define it's usage.


What is the purpose of using TYPE and START attributes used in HTML lists?

The Type can define the numbering type, like whether it uses digits, Roman numerals or letters, or the shape of a bullet. For numbered lists, the Start attribute allows you to specify what number to start at if you don't want to start at 1.


What are HTML style tags?

HTML style tag is used to define CSS in HTML. It is used to style the page according to the user demans.


What are benefits of XHTML?

In the xhtml we can define our self tag means here is user define tag but in HTML it is not.


HTML tags does this to text to define how it appears online?

Mark