<?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%2FC3%2FBlock-Elements-and-Layouts%2FEnglish-timed</id>
		<title>HTML/C3/Block-Elements-and-Layouts/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%2FC3%2FBlock-Elements-and-Layouts%2FEnglish-timed"/>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php?title=HTML/C3/Block-Elements-and-Layouts/English-timed&amp;action=history"/>
		<updated>2026-04-04T10:54:20Z</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/C3/Block-Elements-and-Layouts/English-timed&amp;diff=51401&amp;oldid=prev</id>
		<title>PoojaMoolya: Created page with &quot;  {| border = &quot;1&quot; |-  || Time || Narration |-  || 00:01 || Welcome to the spoken tutorial on '''Block Elements '''and''' Layouts''' in '''HTML'''. |-  || 00:08 || In this tuto...&quot;</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php?title=HTML/C3/Block-Elements-and-Layouts/English-timed&amp;diff=51401&amp;oldid=prev"/>
				<updated>2020-03-24T07:16:06Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;  {| border = &amp;quot;1&amp;quot; |-  || Time || Narration |-  || 00:01 || Welcome to the spoken tutorial on &amp;#039;&amp;#039;&amp;#039;Block Elements &amp;#039;&amp;#039;&amp;#039;and&amp;#039;&amp;#039;&amp;#039; Layouts&amp;#039;&amp;#039;&amp;#039; in &amp;#039;&amp;#039;&amp;#039;HTML&amp;#039;&amp;#039;&amp;#039;. |-  || 00:08 || In this tuto...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
{| border = &amp;quot;1&amp;quot;&lt;br /&gt;
|- &lt;br /&gt;
|| Time&lt;br /&gt;
|| Narration&lt;br /&gt;
|- &lt;br /&gt;
|| 00:01&lt;br /&gt;
|| Welcome to the spoken tutorial on '''Block Elements '''and''' Layouts''' in '''HTML'''.&lt;br /&gt;
|- &lt;br /&gt;
|| 00:08&lt;br /&gt;
|| In this tutorial we will learn about:&lt;br /&gt;
&lt;br /&gt;
'''Block level elements''' like '''div''' and '''span'''&lt;br /&gt;
|- &lt;br /&gt;
|| 00:17&lt;br /&gt;
||  And '''HTML5 layouts'''&lt;br /&gt;
|-&lt;br /&gt;
|| 00:21&lt;br /&gt;
||  To practise this tutorial, you should have basic knowledge of '''HTML'''., &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| 00:27&lt;br /&gt;
|| If not, then go through the corresponding tutorials on this website.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||00:32&lt;br /&gt;
|| To record this tutorial, I’m using &lt;br /&gt;
&lt;br /&gt;
'''Ubuntu Linux''' 16.04 Operating System&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| 00:40&lt;br /&gt;
|| '''HTML5'''&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| 00:42&lt;br /&gt;
|| '''gedit Text Editor'''&lt;br /&gt;
&lt;br /&gt;
and '''Firefox web browser'''&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| 00:47&lt;br /&gt;
||However you may use any other '''editor''' or '''browser''' of your choice.&lt;br /&gt;
|-&lt;br /&gt;
|| 00:54&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;
|- &lt;br /&gt;
|| 01:04&lt;br /&gt;
|| '''Elements''' in '''HTML''' are classified into two types.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| 01:08&lt;br /&gt;
|| '''Block level elements'''&lt;br /&gt;
&lt;br /&gt;
'''Inline elements'''&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| 01:14&lt;br /&gt;
||  '''Block level elements''' are used to create individual '''blocks''' in the '''HTML''' document&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| 01:20&lt;br /&gt;
|| Each '''block level element''' starts on a new line.&lt;br /&gt;
|- &lt;br /&gt;
|| 01:25&lt;br /&gt;
|| It also creates a '''line break '''at the start and end on its own.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| 01:32&lt;br /&gt;
|| We can create a '''block element''' inside another '''block element'''. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| 01:37&lt;br /&gt;
|| Whereas  '''Inline elements''' can be added anywhere in the line.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| 01:42&lt;br /&gt;
|| It won’t create any''' line break'''.&lt;br /&gt;
&lt;br /&gt;
They are individual tags.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| 01:49&lt;br /&gt;
|| These are some of the '''block level elements'''.&lt;br /&gt;
|- &lt;br /&gt;
|| 01:54&lt;br /&gt;
|| These are some of the '''inline elements'''.&lt;br /&gt;
|- &lt;br /&gt;
|| 01:59&lt;br /&gt;
|| In this tutorial we will learn about '''div''' and '''span tags.'''&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| 02:04&lt;br /&gt;
||  '''Division''' or '''div''' '''tag''' is a '''block level tag'''.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| 02:10&lt;br /&gt;
|| With the help of '''div''' '''tag''' and '''CSS''', we can create:&lt;br /&gt;
&lt;br /&gt;
Groups for a set of data presentation and  '''Web layouts'''&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| 02:21&lt;br /&gt;
|| Let us see an example for this.&lt;br /&gt;
|- &lt;br /&gt;
|| 02:24&lt;br /&gt;
|| For this demonstration, I have written some code and saved it as '''layout.html'''&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| 02:30&lt;br /&gt;
||I have already opened this file in a''' text editor'''.&lt;br /&gt;
|- &lt;br /&gt;
|| 02:34&lt;br /&gt;
|| I have created a '''section''' for '''News''' and added some content in it using the '''div''' '''tag'''.&lt;br /&gt;
|- &lt;br /&gt;
||02:42&lt;br /&gt;
|| Next I have created a '''section''' for an article about '''Spoken Tutorials on Web Technology'''.&lt;br /&gt;
|- &lt;br /&gt;
|| 02:49&lt;br /&gt;
|| I have written both these '''div blocks''' in an outer '''div block'''.&lt;br /&gt;
|- &lt;br /&gt;
|| 02:55&lt;br /&gt;
|| Open this file in a web browser to see the output.&lt;br /&gt;
|- &lt;br /&gt;
|| 03:00&lt;br /&gt;
|| Observe the output.&lt;br /&gt;
&lt;br /&gt;
It’s just a simple text without any '''styles''' or '''formatting'''.&lt;br /&gt;
|- &lt;br /&gt;
||03:07&lt;br /&gt;
|| Switch back to the '''text editor'''.&lt;br /&gt;
|- &lt;br /&gt;
|| 03:10&lt;br /&gt;
|| Inside the second '''div''' '''tag''' let us add some '''styles'''.&lt;br /&gt;
&lt;br /&gt;
Update the code as shown here.&lt;br /&gt;
|- &lt;br /&gt;
||03:19&lt;br /&gt;
|| Inside the '''style attribute''', I have set the '''float property value''' as '''left'''.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| 03:24&lt;br /&gt;
||This will align the '''elements''' to the '''left''' of the container.&lt;br /&gt;
|- &lt;br /&gt;
|| 03:30&lt;br /&gt;
|| I have set some more '''attributes''' like '''width, height '''and''' background color.'''&lt;br /&gt;
|- &lt;br /&gt;
|| 03:37&lt;br /&gt;
|| Likewise, let me add the '''styles''' for the 3rd '''div tag''' as shown here.&lt;br /&gt;
|- &lt;br /&gt;
|| 03:44&lt;br /&gt;
|| In the 2nd '''div tag,''' I have set the '''width''' as 20%.&lt;br /&gt;
|- &lt;br /&gt;
||03:50&lt;br /&gt;
|| In the 3rd '''div tag,''' I have set the '''width''' as 80%.&lt;br /&gt;
|- &lt;br /&gt;
|| 03:56&lt;br /&gt;
|| So this setting will split the '''display area''' as 20% for the 1st '''section''' and 80% for the 2nd '''section'''.&lt;br /&gt;
|- &lt;br /&gt;
|| 04:07&lt;br /&gt;
|| Save the file.&lt;br /&gt;
|- &lt;br /&gt;
|| 04:09&lt;br /&gt;
|| Switch to the '''browser'''  and refresh the page.&lt;br /&gt;
|- &lt;br /&gt;
|| 04:12&lt;br /&gt;
|| Observe the change.&lt;br /&gt;
&lt;br /&gt;
Our simple text page has now changed into a two column '''layout'''.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| 04:21&lt;br /&gt;
||Likewise, you can create many other '''layouts''' on our own, using the '''div tags '''and '''styles'''.&lt;br /&gt;
|- &lt;br /&gt;
||04:29&lt;br /&gt;
||  We can create the same look using '''Table tag '''also.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| 04:34&lt;br /&gt;
|| But that is not a good practice for creating '''blocks '''or '''layouts.'''&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| 04:40&lt;br /&gt;
|| Creating a '''block''' or '''layout''' using '''div tag''' is more easy and flexible.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| 04:46&lt;br /&gt;
|| But it requires lot of practice to become an expert in '''div tag''' for creating good '''layouts'''.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| 04:54&lt;br /&gt;
|| Now let us learn about the '''span tag.'''&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| 04:58&lt;br /&gt;
||'''Span tag''' can be  Used to group the '''inline elements'''&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| 05:03&lt;br /&gt;
|| Used to set different '''styles''' for a particular '''section'''&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| 05:07&lt;br /&gt;
|| Inserted anywhere inside any '''tag'''&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| 05:11&lt;br /&gt;
|| Switch to the''' text editor.'''&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| 05:15&lt;br /&gt;
||Here let me set different colours for each '''list item''' using the '''span tag'''.&lt;br /&gt;
|- &lt;br /&gt;
|| 05:22&lt;br /&gt;
|| Update the code as shown here.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| 05:26&lt;br /&gt;
|| For each '''list item''', I have set a different background colour using the '''span tag'''.&lt;br /&gt;
|- &lt;br /&gt;
|| 05:32&lt;br /&gt;
|| Save the file.&lt;br /&gt;
|- &lt;br /&gt;
|| 05:34&lt;br /&gt;
|| Switch  to the '''browser''' and refresh the page.&lt;br /&gt;
|- &lt;br /&gt;
|| 05:38&lt;br /&gt;
|| Observe the output now.&lt;br /&gt;
&lt;br /&gt;
Each '''list item '''appears in a different background colour.&lt;br /&gt;
|- &lt;br /&gt;
|| 05:44&lt;br /&gt;
|| Come back to the''' text editor.'''&lt;br /&gt;
|- &lt;br /&gt;
|| 05:47&lt;br /&gt;
|| Let us change the colour of the text as well.&lt;br /&gt;
&lt;br /&gt;
Update the code as shown here.&lt;br /&gt;
|- &lt;br /&gt;
|| 05:55&lt;br /&gt;
|| Save the file&lt;br /&gt;
|- &lt;br /&gt;
||05:57&lt;br /&gt;
|| Switch back to the browser and refresh the page.&lt;br /&gt;
|- &lt;br /&gt;
|| 06:01&lt;br /&gt;
|| Observe the change.&lt;br /&gt;
&lt;br /&gt;
Each '''list item '''appears in a different text colour and background colour.&lt;br /&gt;
|- &lt;br /&gt;
|| 06:10&lt;br /&gt;
||  In '''HTML5''' we can also create '''layouts''' without the '''div tag'''.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| 06:16&lt;br /&gt;
|| For each part of the '''webpage''', we have the '''layout elements'''.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| 06:21&lt;br /&gt;
|| '''&amp;lt;header&amp;gt;''' for Page headers '''&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| 06:24&lt;br /&gt;
|| '''&amp;lt;nav&amp;gt;''' for '''Navigations or Links '''&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| 06:27&lt;br /&gt;
|| '''&amp;lt;section&amp;gt;''' for '''Document sections'''&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| 06:31&lt;br /&gt;
|| '''&amp;lt;article&amp;gt;''' for '''Articles'''&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| 06:35&lt;br /&gt;
|| '''&amp;lt;aside&amp;gt;''' for '''Sidebar contents'''&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| 06:38&lt;br /&gt;
|| '''&amp;lt;footer&amp;gt;''' for '''Page footer'''&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| 06:42&lt;br /&gt;
|| These '''tags '''have a start and an end.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| 06:46&lt;br /&gt;
|| With the help of '''layout elements''' and '''CSS''' we can create attractive '''web layouts'''.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| 06:53&lt;br /&gt;
|| We will discuss this in detail in a later tutorial.&lt;br /&gt;
|- &lt;br /&gt;
|| 06:57&lt;br /&gt;
|| With this we come to the end of the tutorial.&lt;br /&gt;
&lt;br /&gt;
Let us summarise.&lt;br /&gt;
|-&lt;br /&gt;
|| 07:03&lt;br /&gt;
|| In this tutorial, we have learnt about:&lt;br /&gt;
&lt;br /&gt;
'''Block level elements''',  '''Inline elements''',  '''div tag''',  '''span tag''' and  '''HTML5 layouts'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 07:17&lt;br /&gt;
|| As an assignment- &lt;br /&gt;
&lt;br /&gt;
Create a file named '''MyWebLayout.html'''&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| 07:23&lt;br /&gt;
||  Create a 3 column '''layout''' using '''div tag'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 07:27&lt;br /&gt;
|| The video at the following link summarizes the Spoken Tutorial project. &lt;br /&gt;
&lt;br /&gt;
Please download and watch it.&lt;br /&gt;
|-&lt;br /&gt;
||07:37&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;
|| 07:47&lt;br /&gt;
|| Please post your timed queries in this forum.&lt;br /&gt;
|-&lt;br /&gt;
|| 07:51&lt;br /&gt;
|| Spoken Tutorial Project is funded by  MHRD, Government of India.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 07:57&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;/div&gt;</summary>
		<author><name>PoojaMoolya</name></author>	</entry>

	</feed>