<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://script.spoken-tutorial.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://script.spoken-tutorial.org/index.php?action=history&amp;feed=atom&amp;title=CSS%2FC3%2FList-in-CSS%2FEnglish</id>
		<title>CSS/C3/List-in-CSS/English - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://script.spoken-tutorial.org/index.php?action=history&amp;feed=atom&amp;title=CSS%2FC3%2FList-in-CSS%2FEnglish"/>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php?title=CSS/C3/List-in-CSS/English&amp;action=history"/>
		<updated>2026-05-01T22:53:37Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.23.17</generator>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php?title=CSS/C3/List-in-CSS/English&amp;diff=54389&amp;oldid=prev</id>
		<title>Nehasolanki: Created page with &quot;'''Title of the script: '''List in CSS  '''Author:''' Neha Solanki  '''Domain Reviewer: '''Ankita Maske, Om Prakash Soni  '''Novice Reviewer:''' Madhuri Ganapathi  '''Keywords...&quot;</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php?title=CSS/C3/List-in-CSS/English&amp;diff=54389&amp;oldid=prev"/>
				<updated>2020-11-11T13:06:11Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;#039;&amp;#039;&amp;#039;Title of the script: &amp;#039;&amp;#039;&amp;#039;List in CSS  &amp;#039;&amp;#039;&amp;#039;Author:&amp;#039;&amp;#039;&amp;#039; Neha Solanki  &amp;#039;&amp;#039;&amp;#039;Domain Reviewer: &amp;#039;&amp;#039;&amp;#039;Ankita Maske, Om Prakash Soni  &amp;#039;&amp;#039;&amp;#039;Novice Reviewer:&amp;#039;&amp;#039;&amp;#039; Madhuri Ganapathi  &amp;#039;&amp;#039;&amp;#039;Keywords...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;'''Title of the script: '''List in CSS&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Neha Solanki&lt;br /&gt;
&lt;br /&gt;
'''Domain Reviewer: '''Ankita Maske, Om Prakash Soni&lt;br /&gt;
&lt;br /&gt;
'''Novice Reviewer:''' Madhuri Ganapathi&lt;br /&gt;
&lt;br /&gt;
'''Keywords: '''CSS, HTML, Web Page, Web Design, Web Technology, Video Tutorial, Spoken Tutorial, CSS List, List Type, List Color, List Position, List Image&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|  | '''Visual Cue'''&lt;br /&gt;
|  | '''Narration'''&lt;br /&gt;
|-&lt;br /&gt;
|  | Slide: Title&lt;br /&gt;
|  | Welcome to the spoken tutorial on “'''List in CSS'''” &lt;br /&gt;
|-&lt;br /&gt;
|  | Slide: Learning Objectives&lt;br /&gt;
|  | In this tutorial, we will learn about:&lt;br /&gt;
&lt;br /&gt;
* '''List '''properties in''' CSS '''of '''ordered '''and '''unordered lists'''&lt;br /&gt;
* Customising the '''list markers'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|  | Slide: &lt;br /&gt;
&lt;br /&gt;
System Requirements&lt;br /&gt;
&lt;br /&gt;
|  | This tutorial is recorded using, &lt;br /&gt;
&lt;br /&gt;
* '''Ubuntu Linux OS v 18.04 '''&lt;br /&gt;
* '''CSS3'''&lt;br /&gt;
* '''HTML5'''&lt;br /&gt;
* '''gedit Text Editor '''and&lt;br /&gt;
* '''Firefox web browser'''&lt;br /&gt;
&lt;br /&gt;
However you may use any other '''editor''' or '''browser''' of your choice.&lt;br /&gt;
|-&lt;br /&gt;
|  | Slide: Prerequisite &lt;br /&gt;
&lt;br /&gt;
https://spoken-tutorial.org&lt;br /&gt;
|  | To practise this tutorial, you should know to use '''HTML''' and '''CSS'''.&lt;br /&gt;
&lt;br /&gt;
If not, please go through the '''HTML''' and '''CSS '''tutorials on this website.&lt;br /&gt;
|-&lt;br /&gt;
|  | Slide: Code Files&lt;br /&gt;
|  | The files used in this tutorial are available in the '''Code Files''' link on this tutorial page.&lt;br /&gt;
&lt;br /&gt;
Please download and extract them.&lt;br /&gt;
&lt;br /&gt;
Make a copy and then use them while practising.&lt;br /&gt;
|-&lt;br /&gt;
|  | Slide: List&lt;br /&gt;
|  | &lt;br /&gt;
* Using '''CSS''' we can style and format '''lists'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|  | Slide: List&lt;br /&gt;
|  | '''CSS list '''properties are as follows:&lt;br /&gt;
&lt;br /&gt;
* '''Type'''&lt;br /&gt;
* '''Color'''&lt;br /&gt;
* '''Position'''&lt;br /&gt;
* '''Image'''&lt;br /&gt;
* '''Shorthand'''&lt;br /&gt;
&lt;br /&gt;
Let us understand these through examples.&lt;br /&gt;
|-&lt;br /&gt;
|  | Narration&lt;br /&gt;
|  | First, we will add two different '''lists '''to our '''webpage'''.&lt;br /&gt;
|-&lt;br /&gt;
|  | Open '''my-css '''folder&lt;br /&gt;
|  | Go to the practice folder '''my-css.'''&lt;br /&gt;
|-&lt;br /&gt;
|  | Point to Mypage.html in my-css folder&lt;br /&gt;
|  | For this demonstration, I’m using the file '''Mypage.html'''.&lt;br /&gt;
&lt;br /&gt;
The same is available in the '''Code files''' link for practice&lt;br /&gt;
|-&lt;br /&gt;
|  | Open Mypage.html in gedit&lt;br /&gt;
|  | Open the file '''Mypage.html''' in the '''text editor.'''&lt;br /&gt;
|-&lt;br /&gt;
|  | [gedit - Mypage.html]&lt;br /&gt;
&lt;br /&gt;
Type:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;h2&amp;gt; Vegetables &amp;lt;/h2&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;ul&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;li&amp;gt; Onion &amp;lt;br&amp;gt; 1kg &amp;lt;/li&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;li&amp;gt; Potato &amp;lt;br&amp;gt; 1kg &amp;lt;/li&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;li&amp;gt; Tomato &amp;lt;br&amp;gt; 1kg &amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;h2&amp;gt; Fruits &amp;lt;/h2&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;ol&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;li&amp;gt; Apple &amp;lt;br&amp;gt; 1kg &amp;lt;/li&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;li&amp;gt; Banana &amp;lt;br&amp;gt; 1kg &amp;lt;/li&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;li&amp;gt; Orange &amp;lt;br&amp;gt; 1kg &amp;lt;/li&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|  | &lt;br /&gt;
&lt;br /&gt;
At the end of the '''body tag''', type the code as shown.&lt;br /&gt;
|-&lt;br /&gt;
|  | Press Ctrl + S&lt;br /&gt;
|  | Save the file.&lt;br /&gt;
|-&lt;br /&gt;
|  | Open Mypage.html in firefox&lt;br /&gt;
|  | Switch back to the '''my-css''' folder.&lt;br /&gt;
&lt;br /&gt;
Now open the file '''Mypage.html''' in a '''web browser'''.&lt;br /&gt;
|-&lt;br /&gt;
|  | [Firefox] &lt;br /&gt;
&lt;br /&gt;
Highlight the output&lt;br /&gt;
|  | Observe the output.&lt;br /&gt;
&lt;br /&gt;
The '''lists '''are added to the page. &lt;br /&gt;
&lt;br /&gt;
The first '''list '''is an '''unordered list.'''&lt;br /&gt;
&lt;br /&gt;
It has the default '''marker '''namely the '''round bullets'''.&lt;br /&gt;
&lt;br /&gt;
While the second one,''' '''is an '''ordered list.'''&lt;br /&gt;
&lt;br /&gt;
It has the default '''marker, numerals.'''&lt;br /&gt;
|-&lt;br /&gt;
|  | Narration&lt;br /&gt;
|  | Let us apply '''CSS list''' properties to these '''lists'''.&lt;br /&gt;
|-&lt;br /&gt;
|  | Slide: Type&lt;br /&gt;
|  | &lt;br /&gt;
* '''Type''' property is used to set the shape or style of the '''marker'''.&lt;br /&gt;
* For an '''unordered list '''the''' '''shape of the '''marker''' can be '''circle, square,''' etc.&lt;br /&gt;
* For an '''ordered list '''the style of the '''marker''' can be '''decimals, lower-alpha,''' etc&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|  | Switch to '''my-css '''folder&lt;br /&gt;
|  | Switch to the “'''my-css'''” folder.&lt;br /&gt;
|-&lt;br /&gt;
|  | Open mystyle.css&lt;br /&gt;
|  | Now open the file '''mystyle.css''', in any''' text editor.'''&lt;br /&gt;
&lt;br /&gt;
I have opened it in the '''gedit Text Editor.'''&lt;br /&gt;
|-&lt;br /&gt;
|  | [gedit - mystyle.css]&lt;br /&gt;
&lt;br /&gt;
Type-&lt;br /&gt;
&lt;br /&gt;
ul {list-style-type: square;}&lt;br /&gt;
&lt;br /&gt;
ol {list-style-type: lower-roman;}&lt;br /&gt;
|  | Next to the '''a:active tag, '''type code as shown.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|  | [gedit - mystyle.css]&lt;br /&gt;
&lt;br /&gt;
Highlight-&lt;br /&gt;
&lt;br /&gt;
ul {list-style-type: square;}&lt;br /&gt;
&lt;br /&gt;
ol {list-style-type: lower-roman;}&lt;br /&gt;
|  | &lt;br /&gt;
&lt;br /&gt;
Here I have set the''' marker '''shape for the '''unordered list '''to '''square.'''&lt;br /&gt;
&lt;br /&gt;
And''' lower-roman '''for the''' ordered list.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|  | Press Ctrl + S&lt;br /&gt;
|  | Save the file.&lt;br /&gt;
|-&lt;br /&gt;
|  | Switch to firefox&lt;br /&gt;
|  | Switch to the '''browser''' and refresh the page.&lt;br /&gt;
|-&lt;br /&gt;
|  | [Firefox] &lt;br /&gt;
&lt;br /&gt;
Highlight the output&lt;br /&gt;
|  | Observe the output.&lt;br /&gt;
&lt;br /&gt;
We can see that the '''marker''' of the '''unordered list '''is set to''' square.'''&lt;br /&gt;
&lt;br /&gt;
And the '''marker''', '''lower-roman''' is set''' '''for the''' ordered list.'''&lt;br /&gt;
|-&lt;br /&gt;
|  | Only Narration&lt;br /&gt;
|  | Using '''CSS '''property, we can also set '''colors '''for the '''lists.'''&lt;br /&gt;
&lt;br /&gt;
Let us try this.&lt;br /&gt;
|-&lt;br /&gt;
|  | Switch to mystyle.css&lt;br /&gt;
|  | Switch to the '''mystyle.css''' file.&lt;br /&gt;
|-&lt;br /&gt;
|  | [gedit - mystyle.css]&lt;br /&gt;
&lt;br /&gt;
Update:&lt;br /&gt;
&lt;br /&gt;
ul {list-style-type: square;&lt;br /&gt;
&lt;br /&gt;
background-color: green;}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ol {list-style-type: lower-roman;&lt;br /&gt;
&lt;br /&gt;
background-color: red;}&lt;br /&gt;
|  | Now I will set the '''background color '''for the '''lists '''to''' green''' and''' red.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Next to '''a:active tag''', update the code as shown.&lt;br /&gt;
|-&lt;br /&gt;
|  | Press Ctrl + S&lt;br /&gt;
|  | Save the file.&lt;br /&gt;
|-&lt;br /&gt;
|  | Switch to firefox&lt;br /&gt;
|  | Switch to the '''browser''' and refresh the page.&lt;br /&gt;
|-&lt;br /&gt;
|  | [Firefox] &lt;br /&gt;
&lt;br /&gt;
Highlight the output&lt;br /&gt;
|  | Observe the output.&lt;br /&gt;
&lt;br /&gt;
Now the '''background''' '''color''' is set for both the''' lists, '''as per the specified colours.&lt;br /&gt;
|-&lt;br /&gt;
|  | Only narration&lt;br /&gt;
|  | We can also set the '''background color''' for''' list items'''.&lt;br /&gt;
|-&lt;br /&gt;
|  | Switch to mystyle.css&lt;br /&gt;
|  | Switch to the '''mystyle.css''' file.&lt;br /&gt;
|-&lt;br /&gt;
|  | [gedit - mystyle.css]&lt;br /&gt;
&lt;br /&gt;
Update:&lt;br /&gt;
&lt;br /&gt;
ul li {background-color: lightgreen;&lt;br /&gt;
&lt;br /&gt;
margin: 5px;}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ol li {background-color: lightpink;&lt;br /&gt;
&lt;br /&gt;
margin: 5px;}&lt;br /&gt;
|  | Next to '''a:active tag, '''update the '''ul''' and '''ol tag styles''' as shown here.&lt;br /&gt;
|-&lt;br /&gt;
|  | [gedit - mystyle.css]&lt;br /&gt;
&lt;br /&gt;
highlight: margin: 5px;&lt;br /&gt;
|  | Here I have also added the '''margin '''for better visibility.&lt;br /&gt;
|-&lt;br /&gt;
|  | Press Ctrl + S&lt;br /&gt;
|  | Save the file.&lt;br /&gt;
|-&lt;br /&gt;
|  | Switch to firefox&lt;br /&gt;
|  | Switch to the '''browser''' and refresh the page.&lt;br /&gt;
|-&lt;br /&gt;
|  | [Firefox] &lt;br /&gt;
&lt;br /&gt;
Highlight the output&lt;br /&gt;
|  | Observe the output.&lt;br /&gt;
&lt;br /&gt;
Now the specified '''background''' '''color''' is set for the '''list items''' of both the''' lists.'''&lt;br /&gt;
|-&lt;br /&gt;
|  | &lt;br /&gt;
|  | Let’s move on to '''position '''property.&lt;br /&gt;
|-&lt;br /&gt;
|  | Slide: Position&lt;br /&gt;
|  | &lt;br /&gt;
* '''Position''' property is used to set the position of the '''marker'''.&lt;br /&gt;
* It decides whether the''' marker''' should be placed inside or outside the''' list item'''.&lt;br /&gt;
* By default, the position of the '''marker''' is set to '''outside'''.&lt;br /&gt;
&lt;br /&gt;
Let us try this.&lt;br /&gt;
|-&lt;br /&gt;
|  | Switch to mystyle.css&lt;br /&gt;
|  | Switch to the '''mystyle.css''' file.&lt;br /&gt;
|-&lt;br /&gt;
|  | [gedit - mystyle.css]&lt;br /&gt;
&lt;br /&gt;
Type:&lt;br /&gt;
&lt;br /&gt;
ul{list-style-position:inside;}&lt;br /&gt;
|  | Now I will set the position for the '''unordered list''' marker, to '''inside.'''&lt;br /&gt;
&lt;br /&gt;
Next to the '''ol li tag''', type the code as shown.&lt;br /&gt;
|-&lt;br /&gt;
|  | Press Ctrl + S&lt;br /&gt;
|  | Save the file.&lt;br /&gt;
|-&lt;br /&gt;
|  | Switch to firefox&lt;br /&gt;
|  | Switch to the '''browser''' and refresh the page.&lt;br /&gt;
|-&lt;br /&gt;
|  | [Firefox] &lt;br /&gt;
&lt;br /&gt;
Highlight the first list&lt;br /&gt;
|  | Observe the output.&lt;br /&gt;
&lt;br /&gt;
Now the '''markers''' of the '''unordered list''' are positioned inside the '''list.'''&lt;br /&gt;
|-&lt;br /&gt;
|  | [Firefox] &lt;br /&gt;
&lt;br /&gt;
Highlight the second list&lt;br /&gt;
|  | While the '''markers '''of the '''ordered list '''are positioned outside the '''list.'''&lt;br /&gt;
&lt;br /&gt;
This is because of its default property.&lt;br /&gt;
|-&lt;br /&gt;
|  | Narration&lt;br /&gt;
|  | Using''' CSS '''we can also set''' Image''' as a '''marker '''for the''' list.'''&lt;br /&gt;
&lt;br /&gt;
Let us try this.&lt;br /&gt;
|-&lt;br /&gt;
|  | Switch to mystyle.css&lt;br /&gt;
|  | Switch to the '''mystyle.css''' file.&lt;br /&gt;
|-&lt;br /&gt;
|  | [gedit - mystyle.css]&lt;br /&gt;
&lt;br /&gt;
Type:&lt;br /&gt;
&lt;br /&gt;
list-style-image: url(&amp;quot;purplesquare.png&amp;quot;);&lt;br /&gt;
|  | Now inside the '''ul tag''', next to '''list-style-position''' property, type the code as shown.&lt;br /&gt;
|-&lt;br /&gt;
|  | [gedit - mystyle.css]&lt;br /&gt;
&lt;br /&gt;
Highlight:&lt;br /&gt;
&lt;br /&gt;
purplesquare.png&lt;br /&gt;
|  | '''purplesquare.png''' image is available in the '''Code Files''' link on this tutorial page.&lt;br /&gt;
&lt;br /&gt;
Please download and keep it in the folder where you have saved your code files.&lt;br /&gt;
|-&lt;br /&gt;
|  | Press Ctrl + S&lt;br /&gt;
|  | Save the file.&lt;br /&gt;
|-&lt;br /&gt;
|  | Switch to firefox&lt;br /&gt;
|  | Switch to the '''browser''' and refresh the page.&lt;br /&gt;
|-&lt;br /&gt;
|  | [Firefox] &lt;br /&gt;
&lt;br /&gt;
Highlight the output&lt;br /&gt;
|  | Observe the output.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now the '''markers''' of the '''unordered list''' are set to the specified '''image.'''&lt;br /&gt;
|-&lt;br /&gt;
|  | Slide: shorthand&lt;br /&gt;
|  | &lt;br /&gt;
* Using '''shorthand''', we can write the '''list '''properties in a single declaration.&lt;br /&gt;
* The order of the properties is: '''list-style-type, list-style-position, list-style-image.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|  | Slide: shorthand&lt;br /&gt;
|  | &lt;br /&gt;
* If any property is missing, then its default value will be considered.&lt;br /&gt;
* '''list-style-type '''value will be considered if '''list-style-image '''value is unavailable.&lt;br /&gt;
&lt;br /&gt;
Let us try this.&lt;br /&gt;
|-&lt;br /&gt;
|  | Switch to mystyle.css&lt;br /&gt;
|  | Switch to the '''mystyle.css''' file.&lt;br /&gt;
|-&lt;br /&gt;
|  | [gedit - mystyle.css]&lt;br /&gt;
&lt;br /&gt;
Update:&lt;br /&gt;
&lt;br /&gt;
ul {list-style: circle inside url(&amp;quot;purplesquare.png&amp;quot;);}&lt;br /&gt;
|  | Now I will set the '''list''' properties to the '''unordered list''' using the '''shorthand''' method.&lt;br /&gt;
&lt;br /&gt;
Next to the '''ol li tag, '''update the code as shown.&lt;br /&gt;
|-&lt;br /&gt;
|  | Press Ctrl + S&lt;br /&gt;
|  | Save the file.&lt;br /&gt;
|-&lt;br /&gt;
|  | Switch to firefox&lt;br /&gt;
|  | Switch to the '''browser''' and refresh the page.&lt;br /&gt;
|-&lt;br /&gt;
|  | [Firefox] &lt;br /&gt;
&lt;br /&gt;
Highlight the output&lt;br /&gt;
|  | Observe the output.&lt;br /&gt;
&lt;br /&gt;
'''Image''' as a '''marker '''does not fail to display.&lt;br /&gt;
&lt;br /&gt;
This is because the '''marker''' is set to '''image''', not to '''circle'''.&lt;br /&gt;
&lt;br /&gt;
And the''' list items''' are positioned inside.&lt;br /&gt;
|-&lt;br /&gt;
|  | Narration&lt;br /&gt;
|  | Now let us check what happens if the '''image '''fails to display.&lt;br /&gt;
|-&lt;br /&gt;
|  | Switch to mystyle.css&lt;br /&gt;
|  | Switch to the '''mystyle.css''' file.&lt;br /&gt;
|-&lt;br /&gt;
|  | [gedit - mystyle.css]&lt;br /&gt;
&lt;br /&gt;
Update:&lt;br /&gt;
&lt;br /&gt;
list-style: circle inside url(&amp;quot;img.png&amp;quot;);&lt;br /&gt;
|  | Inside '''ul tag''', change the name of the image to '''img.png '''instead of '''purplesquare.png'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|  | Press Ctrl + S&lt;br /&gt;
|  | Save the file.&lt;br /&gt;
|-&lt;br /&gt;
|  | Switch to firefox&lt;br /&gt;
|  | Switch to the '''browser''' and refresh the page.&lt;br /&gt;
|-&lt;br /&gt;
|  | [Firefox] &lt;br /&gt;
&lt;br /&gt;
Highlight the output&lt;br /&gt;
|  | Observe the output.&lt;br /&gt;
&lt;br /&gt;
Since the '''image '''failed to display, the '''marker '''is set to '''circle''', which is the default '''marker'''.&lt;br /&gt;
|-&lt;br /&gt;
|  | [gedit - mystyle.css]&lt;br /&gt;
&lt;br /&gt;
Update:&lt;br /&gt;
&lt;br /&gt;
ul {list-style: circle inside url(&amp;quot;purplesquare.png&amp;quot;);}&lt;br /&gt;
|  | Switch to the '''mystyle.css''' file.&lt;br /&gt;
&lt;br /&gt;
I will set it with the correct '''image''' name.&lt;br /&gt;
&lt;br /&gt;
Next to the '''ol li tag, '''update the code as shown.&lt;br /&gt;
|-&lt;br /&gt;
|  | Press Ctrl + S&lt;br /&gt;
|  | Save the file.&lt;br /&gt;
|-&lt;br /&gt;
|  | Switch to firefox&lt;br /&gt;
|  | Switch to the '''browser''' and refresh the page.&lt;br /&gt;
|-&lt;br /&gt;
|  | [Firefox] &lt;br /&gt;
&lt;br /&gt;
Highlight the output&lt;br /&gt;
|  | Observe the output.&lt;br /&gt;
&lt;br /&gt;
This is our required '''list'''.&lt;br /&gt;
|-&lt;br /&gt;
|  | Only narration&lt;br /&gt;
|  | With this we have come to the end of this tutorial. &lt;br /&gt;
&lt;br /&gt;
Let us summarize.&lt;br /&gt;
|-&lt;br /&gt;
|  | Slide: Summary &lt;br /&gt;
|  | In this tutorial, we have learnt about:&lt;br /&gt;
&lt;br /&gt;
* '''List '''properties in''' CSS '''of '''ordered '''and '''unordered lists'''&lt;br /&gt;
* Customising the '''list markers'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|  | Slide: Assignment&lt;br /&gt;
|  | As an assignment&lt;br /&gt;
&lt;br /&gt;
* Open the file '''webpage.html''' which you have created earlier.&lt;br /&gt;
* Add an '''unordered''' '''list '''with some''' list items'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|  | Slide: Assignment&lt;br /&gt;
|  | &lt;br /&gt;
* Open the file '''styles.css '''which you have created earlier.&lt;br /&gt;
* Using '''shorthand''':&lt;br /&gt;
** Set the '''image''' '''purplesquare.png''' as a '''marker '''and &lt;br /&gt;
** Position it '''inside'''.&lt;br /&gt;
* Link the '''styles.css''' file to '''webpage.html''' file&lt;br /&gt;
* Observe the output.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|  | Slide:&lt;br /&gt;
&lt;br /&gt;
About Spoken Tutorial project&lt;br /&gt;
|  | The video at the following link summarises the Spoken Tutorial project.&lt;br /&gt;
&lt;br /&gt;
Please download and watch it.&lt;br /&gt;
|-&lt;br /&gt;
|  | Slide: Spoken Tutorial Workshops&lt;br /&gt;
|  | The Spoken Tutorial Project team conducts workshops and gives certificates.&lt;br /&gt;
&lt;br /&gt;
For more details, please write to us.&lt;br /&gt;
|-&lt;br /&gt;
|  | Slide: Answers for THIS Spoken Tutorial&lt;br /&gt;
|  | Please post your timed queries on this forum.&lt;br /&gt;
|-&lt;br /&gt;
|  | Slide: Acknowledgement&lt;br /&gt;
|  | Spoken Tutorial project is funded by Ministry of Education (MoE), Govt. of India.&lt;br /&gt;
|-&lt;br /&gt;
|  | Slide: Thanks&lt;br /&gt;
|  | This is Neha Solanki from IIT Bombay.&lt;br /&gt;
&lt;br /&gt;
Thank you for watching.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Nehasolanki</name></author>	</entry>

	</feed>