answersLogoWhite

0

Lists started with an <ol> or <ul> tag must use the closing tags </ol> or </ul>, respectively. If you do not close the list with the appropriate close tag, it should automatically be closed when the parent element (usually <body>) is closed; this is considered incorrect and invalid, but browsers will generally render it this way anyway.

User Avatar

Wiki User

13y ago

What else can I help you with?

Continue Learning about Engineering

What kind of tag requires only an opening tag?

&lt;p&gt; to create a paragraph, you do not need to end a &lt;/p&gt; at the end of your paragraph.


What is the end tag for a body tag?

&lt;/body&gt;


To create a numbered list in HTML which tag would you begin with?

It's called &lt;ol&gt; for "ordered list".


What are the minimum requirements for an HTML tag?

A basic HTML tag shoould in clude a start and end tag for example to make text you have 2 tags &lt;p&gt;text goes here&lt;/p&gt; the slassh means end tag. that is if you have a tag with lots of stuff. but if you have a tag like&lt;body bgcolor="#000000"&gt;you don't need that. just put lesstan sighn, what tag does, greater than sighn. you also need info on what the tag does. for example in the body bgcolor tag above you type what you want the tag to do, than type = and put qoutation marks before and after the info. A basic HTML tag shoould in clude a start and end tag for example to make text you have 2 tags &lt;p&gt;text goes here&lt;/p&gt; the slassh means end tag. that is if you have a tag with lots of stuff. but if you have a tag like&lt;body bgcolor="#000000"&gt;you don't need that. just put lesstan sighn, what tag does, greater than sighn. you also need info on what the tag does. for example in the body bgcolor tag above you type what you want the tag to do, than type = and put qoutation marks before and after the info.


What does li tag creates when used in an unordered lists?

The LI tag creates a list item. In an unordered list, this item is bulleted by default in most browsers.

Related Questions

What kind of tag requires only an opening tag?

&lt;p&gt; to create a paragraph, you do not need to end a &lt;/p&gt; at the end of your paragraph.


What is the tag that starts a no numbered list?

The &lt;UL&gt; tag, which is an unordered list.


What is the end tag for a body tag?

&lt;/body&gt;


Does a horizontal rule tag need a close tag?

No the HR tag does not need a close tag.


Which tag creates a bullet?

The li tag, which stands for list item.


To create a numbered list in HTML which tag would you begin with?

It's called &lt;ol&gt; for "ordered list".


What is HTML to list?

To make a numbered list in HTML, use the following code: &lt;ol&gt; &lt;li&gt;This would be item 1&lt;/li&gt; &lt;li&gt;This would be item 2&lt;/li&gt; &lt;li&gt;This would be item 3&lt;/li&gt; &lt;li&gt;And so on...&lt;/li&gt; &lt;/ol&gt; The &lt;ol&gt; tag starts the numbered list, while the &lt;/ol&gt; tag ends it. Each &lt;li&gt; tag starts a new item in the list. Each &lt;/li&gt; tag ends an item in the list. Just be sure to remember to close each list item before beginning the next one or before ending the whole list, otherwise your list will not format properly. For a list without numbers (a bulletpoint list), simple replace the &lt;ol&gt; tag with a &lt;ul&gt; tag, and the &lt;/ol&gt; tag with a &lt;/ul&gt; tag. Hope this helps! :)


The browser applies the feature until it encounters what tag?

An HTML end tag example the end tag to the &lt;header&gt; would be: &lt;/header&gt;


What HTML tags would be used to mark up a poem so it is centered?

The only tag you need is the tag to do the centring and a tag to end each line. After the last line you would have the closing center tag: There are other ways of doing it, but that is the simplest.


When did TAG Recordings end?

TAG Recordings ended in 1997.


What does the OL tag do?

The &lt;ol&gt; tag creates an ordered (i.e. numbered) list in HTML.


What are the minimum requirements for an HTML tag?

A basic HTML tag shoould in clude a start and end tag for example to make text you have 2 tags &lt;p&gt;text goes here&lt;/p&gt; the slassh means end tag. that is if you have a tag with lots of stuff. but if you have a tag like&lt;body bgcolor="#000000"&gt;you don't need that. just put lesstan sighn, what tag does, greater than sighn. you also need info on what the tag does. for example in the body bgcolor tag above you type what you want the tag to do, than type = and put qoutation marks before and after the info. A basic HTML tag shoould in clude a start and end tag for example to make text you have 2 tags &lt;p&gt;text goes here&lt;/p&gt; the slassh means end tag. that is if you have a tag with lots of stuff. but if you have a tag like&lt;body bgcolor="#000000"&gt;you don't need that. just put lesstan sighn, what tag does, greater than sighn. you also need info on what the tag does. for example in the body bgcolor tag above you type what you want the tag to do, than type = and put qoutation marks before and after the info.