<?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=HTML%2FC2%2FStyles-and-CSS-in-HTML%2FEnglish-timed</id>
		<title>HTML/C2/Styles-and-CSS-in-HTML/English-timed - 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=HTML%2FC2%2FStyles-and-CSS-in-HTML%2FEnglish-timed"/>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php?title=HTML/C2/Styles-and-CSS-in-HTML/English-timed&amp;action=history"/>
		<updated>2026-04-22T15:38:54Z</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=HTML/C2/Styles-and-CSS-in-HTML/English-timed&amp;diff=51371&amp;oldid=prev</id>
		<title>PoojaMoolya: Created page with &quot;{| border=1  |- || Time || Narration  |- || 00:01 || Hello and welcome to this Spoken Tutorial on '''Styles and CSS''' in '''HTML.'''  |-  || 00:08 || In this tutorial we will...&quot;</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php?title=HTML/C2/Styles-and-CSS-in-HTML/English-timed&amp;diff=51371&amp;oldid=prev"/>
				<updated>2020-03-19T11:45:19Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;{| border=1  |- || Time || Narration  |- || 00:01 || Hello and welcome to this Spoken Tutorial on &amp;#039;&amp;#039;&amp;#039;Styles and CSS&amp;#039;&amp;#039;&amp;#039; in &amp;#039;&amp;#039;&amp;#039;HTML.&amp;#039;&amp;#039;&amp;#039;  |-  || 00:08 || In this tutorial we will...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{| border=1 &lt;br /&gt;
|-&lt;br /&gt;
|| Time&lt;br /&gt;
|| Narration&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 00:01&lt;br /&gt;
|| Hello and welcome to this Spoken Tutorial on '''Styles and CSS''' in '''HTML.'''&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| 00:08&lt;br /&gt;
|| In this tutorial we will learn about:&lt;br /&gt;
&lt;br /&gt;
Styling the content in '''HTML''' using '''style''' as a '''Tag''' and an '''Attribute''' in HTML&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 00:19&lt;br /&gt;
||We will also learn about CSS&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 00:23&lt;br /&gt;
|| To practise this tutorial, you should know to use any '''WYSIWYG '''or '''Text Editor''' and a '''Web Browser'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||00:31 &lt;br /&gt;
||If not, then go through '''gedit Text Editor '''and '''Firefox '''tutorials on this website.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 00:39&lt;br /&gt;
|| To record this tutorial, I’m using &lt;br /&gt;
&lt;br /&gt;
'''Ubuntu Linux 16.04 OS'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 00:47&lt;br /&gt;
|| '''HTML 5'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 00:49&lt;br /&gt;
|| '''gedit Text Editor '''and  '''Firefox web browser'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 00:55&lt;br /&gt;
||However you may, use any other '''editor''' or ''' web browser''' of your choice.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 01:01&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;
|-&lt;br /&gt;
|| 01:08&lt;br /&gt;
||Please download and extract them.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 01:12&lt;br /&gt;
|| '''Styles '''allows us to define the presentation of the '''HTML elements'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 01:18&lt;br /&gt;
||'''Styles''' in '''HTML''' can be defined in 3 ways:&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 01:23&lt;br /&gt;
||'''Inline attribute''' for the '''tags'''&lt;br /&gt;
&lt;br /&gt;
Individual '''tag '''and&lt;br /&gt;
&lt;br /&gt;
External style sheet ('''CSS''')&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 01:32&lt;br /&gt;
||Let us look at them one by one.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 01:35&lt;br /&gt;
|| '''Style''' is an '''attribute''' that specifies the '''style''' of an '''element'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 01:41&lt;br /&gt;
||For eg: '''font-family, font-size, colour''', etc.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 01:47&lt;br /&gt;
||'''style attribute''' decides how the content will be displayed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 01:52&lt;br /&gt;
||Once the '''style attribute''' is declared for a '''tag''', it will override the existing '''property'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||01:59&lt;br /&gt;
|| This is the syntax.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 02:03&lt;br /&gt;
|| We can add more '''properties''' with the help of a '''semi-colon''', as shown here.&lt;br /&gt;
&lt;br /&gt;
Let’s try this out.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 02:12&lt;br /&gt;
|| We will open our '''MyFirstPage.html, '''which we created earlier.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||02:18 &lt;br /&gt;
||The same is available in the '''Code Files''' link.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 02:22&lt;br /&gt;
|| Earlier in this series, we had defined the '''style attribute''' for the '''body tag'''.&lt;br /&gt;
&lt;br /&gt;
And we had set the background color as sky-blue using the '''style attribute'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||02:33&lt;br /&gt;
|| Switch to the folder where the file is saved.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 02:37&lt;br /&gt;
||Right-click on the filename and open in the '''web browser.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 02:42&lt;br /&gt;
|| Observe that the background color of the page is set to sky-blue.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 02:48&lt;br /&gt;
|| Switch to the text editor.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 02:50&lt;br /&gt;
|| Now let us change the '''color''' from '''sky-blue''' to '''yellow'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 02:55&lt;br /&gt;
|| We will also add one more '''style property''' called '''text align'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||02:59 &lt;br /&gt;
||Now next to the word '''yellow''', type-&lt;br /&gt;
&lt;br /&gt;
'''semi-colon space text hyphen align colon centre'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 03:10&lt;br /&gt;
|| Save the file.&lt;br /&gt;
&lt;br /&gt;
Then switch to the browser and refresh the page.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 03:17&lt;br /&gt;
|| Observe that the '''background color '''has changed from '''sky-blue''' to '''yellow'''.&lt;br /&gt;
&lt;br /&gt;
And all the content on the page is '''center aligned.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 03:27&lt;br /&gt;
|| The '''style attributes, background color '''and '''text''' '''align''' are defined for''' body tag.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 03:33&lt;br /&gt;
||Hence, they will be applied to all the content within the '''body'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 03:38&lt;br /&gt;
|| Now let us set the '''text align attribute''' for the first '''paragraph''' '''tag'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||03:43 &lt;br /&gt;
||Locate the line '''Mumbai Farmer’s Market. '''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||03:47 &lt;br /&gt;
||After the '''title '''type: '''space style equal to within double quotes text hyphen align colon left'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 03:58&lt;br /&gt;
|| Save the code.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 04:00&lt;br /&gt;
|| Then switch to the browser and refresh the page.&lt;br /&gt;
&lt;br /&gt;
Observe the changes.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 04:07&lt;br /&gt;
|| Earlier we had '''center aligned '''the whole content inside the '''body section'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 04:13&lt;br /&gt;
||But now, the '''style attribute '''defined within the '''p tag''' overrides the earlier '''properties'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 04:20&lt;br /&gt;
|| This is how the '''inline style attribute '''works. &lt;br /&gt;
&lt;br /&gt;
It can be applied to all '''HTML''' '''elements'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 04:28&lt;br /&gt;
|| Another method to define the '''styles''' is by using the '''style tag'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 04:33&lt;br /&gt;
||It defines the '''styles''' for the whole document.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 04:37&lt;br /&gt;
||We can have many '''style''' '''tags''' for a single document.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 04:41&lt;br /&gt;
||It has to be declared inside the '''head section'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 04:45&lt;br /&gt;
||It has both '''start '''and '''end tags.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 04:49&lt;br /&gt;
|| This is the syntax for the '''style tag'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 04:54&lt;br /&gt;
|| We can add '''styles''' for multiple '''tags'''&lt;br /&gt;
&lt;br /&gt;
And multiple '''attributes''' for '''tags, '''as well&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 05:02&lt;br /&gt;
|| Let me switch back to the '''editor '''window to try this.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 05:05&lt;br /&gt;
|| I will delete the '''style attribute '''which I had written for the '''body tag.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 05:12&lt;br /&gt;
||And also delete the '''style attribute''' for the '''paragraph tag.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 15:17&lt;br /&gt;
|| Then in '''head''' section, after the '''title tag''' line, press '''Enter '''and type the following code.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 05:25&lt;br /&gt;
|| Save the file.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 05:27&lt;br /&gt;
|| Switch to the browser and refresh the page.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 05:31&lt;br /&gt;
||Observe the changes in the displayed content.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 05:35&lt;br /&gt;
|| Let us switch to our editor once again and add some more examples.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 05:41&lt;br /&gt;
|| In the '''style tag''', type following code&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 05:45&lt;br /&gt;
|| After this, save the file.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 05:48&lt;br /&gt;
|| Now go to the browser and refresh the page.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 05:53&lt;br /&gt;
||Notice that the content inside both the '''paragraph tags''' appear '''left aligned.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 06:00&lt;br /&gt;
|| This is because the alignment for '''paragraph tag''' is set globally for this document.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 06:05&lt;br /&gt;
|| Now let us change the '''style''' for the first '''paragraph tag'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 06:11&lt;br /&gt;
||Switch to the editor. &lt;br /&gt;
&lt;br /&gt;
Inside the first '''p tag''' next to '''title''' type  '''space style''' is equal to within double quotes '''text hyphen align colon center'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 06:27&lt;br /&gt;
|| Save the code.&lt;br /&gt;
&lt;br /&gt;
Switch to the browser and refresh the page.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 06:33&lt;br /&gt;
||Now the content within the first '''paragraph tag '''appears '''center aligned.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 06:38&lt;br /&gt;
||This is because the '''inline style attribute '''overrides the global '''style property'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 06:44&lt;br /&gt;
|| Some of the common '''style properties''' are&lt;br /&gt;
&lt;br /&gt;
'''background-color''' to set the background&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||06:52 &lt;br /&gt;
||'''color''' to set the font color&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 06:55&lt;br /&gt;
||'''font-family''' to set the font&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 07:00&lt;br /&gt;
||'''font-size''' to set the font size&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 07:04&lt;br /&gt;
||'''text-align''' for text alignment&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 07:07&lt;br /&gt;
||Try these out by yourself.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 07:10&lt;br /&gt;
|| Now we will learn about the '''external style sheets.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 07:14&lt;br /&gt;
||'''External style sheets''' are defined with the help of '''CSS'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 07:19&lt;br /&gt;
||'''CSS''' stands for '''Cascading Style Sheet'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 07:23&lt;br /&gt;
||It is a file in which we can define the '''styles''' for multiple '''html''' pages&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 07:29&lt;br /&gt;
||'''CSS''' file will not have any '''html''' code&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 07:33&lt;br /&gt;
|| We have to include the '''CSS''' file in the '''head''' section with the help of '''link tag'''&lt;br /&gt;
&lt;br /&gt;
This is the syntax.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 07:43&lt;br /&gt;
|| To learn more about '''CSS''', please visit our website &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 07:47&lt;br /&gt;
||Now let’s see a small demo on how to work with '''CSS''' files.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 07:53&lt;br /&gt;
|| For this demonstration, I have already created a '''CSS''' file named '''mystyle.css'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 08:00&lt;br /&gt;
||The same is available in the '''Code Files''' link.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 08:04&lt;br /&gt;
||You can see only the '''style''' definitions which we have seen in the previous example.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||08:10&lt;br /&gt;
|| In our '''html''' file, remove the '''style''' defined within the '''style tags'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 08:17&lt;br /&gt;
||Also remove the '''inline style''' for the first '''paragraph tag.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 08:22&lt;br /&gt;
|| Now save the file.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 08:25&lt;br /&gt;
|| Switch to the browser and refresh the page.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 08:29&lt;br /&gt;
||Notice that now our page is displayed without any '''styles'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 08:35&lt;br /&gt;
|| Now in our '''html''' file under '''head''' section, after the '''title tag''' line, let us include the '''css''' file.&lt;br /&gt;
&lt;br /&gt;
Type the following code&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 08:47&lt;br /&gt;
|| Save the code.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 08:49&lt;br /&gt;
|| Make sure that your '''html''' and '''css''' files are kept in the same folder.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 08:55&lt;br /&gt;
||If the '''css''' file is in a different folder, then mention the full path for the file inside the code.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||09:03&lt;br /&gt;
|| Example.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||09:06&lt;br /&gt;
|| Switch to the browser and refresh the page.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||09:10&lt;br /&gt;
|| Now the new '''style attributes''' are applied to our page.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||09:14&lt;br /&gt;
|| Let’s make some changes to the '''css'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||09:17&lt;br /&gt;
|| Switch to the '''mystyle.css''' file&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 09:21&lt;br /&gt;
|| Now change the '''alignment''' of the '''body''' to '''left '''and remove the '''paragraph alignment '''as well.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 09:29&lt;br /&gt;
|| Save the file and switch to the browser.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 09:33&lt;br /&gt;
|| Refresh the page and observe the output.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 09:37&lt;br /&gt;
|| This is how the '''styles '''works in '''HTML '''and '''CSS'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 09:42&lt;br /&gt;
|| With this, we come to the end of this tutorial. &lt;br /&gt;
&lt;br /&gt;
Let us summarise.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 09:48&lt;br /&gt;
|| In this tutorial, we have learnt about &lt;br /&gt;
&lt;br /&gt;
'''Style''' as an '''attribute '''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||09:54&lt;br /&gt;
|| '''Style '''as a '''tag '''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||09:56&lt;br /&gt;
|| Including a '''CSS '''file within an '''HTML '''code.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 10:00&lt;br /&gt;
|| As an assignment&lt;br /&gt;
&lt;br /&gt;
Open the file '''MyHomePage.html''' which you created earlier.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||10:07&lt;br /&gt;
|| Remove the '''inline style''' for '''body tag'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||10:11&lt;br /&gt;
|| Create the following internal '''style''' in the '''head''' section&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||10:15&lt;br /&gt;
|| Set the '''body background color''' as “'''Khaki'''” and '''centre align''' the text&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||10:21&lt;br /&gt;
|| Set the alignment of '''paragraph tag''' to “'''left'''”&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 10:25&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;
|-&lt;br /&gt;
|| 10:33&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;
|-&lt;br /&gt;
|| 10:43&lt;br /&gt;
|| Please post your timed queries in this forum.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 10:47&lt;br /&gt;
|| Spoken Tutorial Project is funded by  MHRD, Government of India.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||10:53&lt;br /&gt;
|| This is Praveen from IIT Bombay signing off.&lt;br /&gt;
&lt;br /&gt;
Thank you for joining&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>PoojaMoolya</name></author>	</entry>

	</feed>