<?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%2FC4%2FWeb-Layout-in-CSS%2FEnglish</id>
		<title>CSS/C4/Web-Layout-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%2FC4%2FWeb-Layout-in-CSS%2FEnglish"/>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php?title=CSS/C4/Web-Layout-in-CSS/English&amp;action=history"/>
		<updated>2026-05-01T12:10:58Z</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/C4/Web-Layout-in-CSS/English&amp;diff=54640&amp;oldid=prev</id>
		<title>Nehasolanki: Created page with &quot;'''Title of the script: '''Web Layout in CSS  '''Author:''' Neha Solanki  '''Domain Reviewer: '''Ankita Maske, Om Prakash Soni  '''Novice Reviewer:''' Madhuri Ganapathi  '''Ke...&quot;</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php?title=CSS/C4/Web-Layout-in-CSS/English&amp;diff=54640&amp;oldid=prev"/>
				<updated>2021-01-06T02:45:17Z</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;Web Layout 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;Ke...&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: '''Web Layout 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 Web Layouts,''' '''CSS Header, CSS Menu Bar, CSS Content, CSS Footer&lt;br /&gt;
&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 “'''Web Layout in CSS'''”.&lt;br /&gt;
|-&lt;br /&gt;
|  | Slide: Learning Objectives&lt;br /&gt;
|  | In this tutorial we will learn to:&lt;br /&gt;
&lt;br /&gt;
* Structure the '''layout '''of a '''web page '''using''' CSS'''&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: Web Layout&lt;br /&gt;
|  | &lt;br /&gt;
* For clarity and easy accessibility the content has to be organised on a '''web page'''.&lt;br /&gt;
* Using '''CSS '''we can structure the '''web layouts '''as per our requirements.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|  | Slide: Web Layout&lt;br /&gt;
|  | A '''web page''' is divided into various parts:&lt;br /&gt;
&lt;br /&gt;
* '''Header'''&lt;br /&gt;
* '''Menu Bar'''&lt;br /&gt;
* '''Content'''&lt;br /&gt;
* '''Footer'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|  | Slide: Web Layout&lt;br /&gt;
&lt;br /&gt;
[Image = 3image.png]&lt;br /&gt;
|  | There are many different ways to structure our '''web page'''. &lt;br /&gt;
&lt;br /&gt;
This is the most common structure.&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 Myweb.html in my-css folder&lt;br /&gt;
|  | For this demonstration, I’m using the file '''Myweb.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 Myweb.html in gedit&lt;br /&gt;
|  | Open the file '''Myweb.html''' in a '''text editor.'''&lt;br /&gt;
|-&lt;br /&gt;
|  | [gedit - Myweb.html]&lt;br /&gt;
&lt;br /&gt;
Highlight:&lt;br /&gt;
&lt;br /&gt;
All code&lt;br /&gt;
|  | In this '''HTML''' file, I have already created some '''elements.'''&lt;br /&gt;
&lt;br /&gt;
Like, a title for the '''page '''followed by three '''links'''.&lt;br /&gt;
&lt;br /&gt;
Then some '''paragraphs '''with''' headings'''.&lt;br /&gt;
&lt;br /&gt;
I have linked this '''HTML '''file to''' webstyle.css stylesheet'''.&lt;br /&gt;
|-&lt;br /&gt;
|  | Open Myweb.html in firefox&lt;br /&gt;
|  | Switch to the '''my-css''' folder.&lt;br /&gt;
&lt;br /&gt;
Now open the file '''Myweb.html''' in a '''web browser'''.&lt;br /&gt;
|-&lt;br /&gt;
|  | [browser]&lt;br /&gt;
|  | Observe the '''page'''.&lt;br /&gt;
&lt;br /&gt;
This '''page''' is not structured properly.&lt;br /&gt;
&lt;br /&gt;
Using '''CSS '''properties, I will make a proper '''layout''' for this '''web page'''. &lt;br /&gt;
&lt;br /&gt;
Let's start with the '''header'''.&lt;br /&gt;
|-&lt;br /&gt;
|  | Slide: Header&lt;br /&gt;
|  | &lt;br /&gt;
* '''Header''' is placed at the top of the '''web''' '''page'''.&lt;br /&gt;
* It contains the title,''' logo, search bar''' etc.&lt;br /&gt;
&lt;br /&gt;
Let us understand this through example.&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 webstyle.css in gedit&lt;br /&gt;
|  | Now open the file '''webstyle.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 - webstyle.css]&lt;br /&gt;
&lt;br /&gt;
Type:&lt;br /&gt;
&lt;br /&gt;
.header {&lt;br /&gt;
&lt;br /&gt;
background-color: #4d4d4d;&lt;br /&gt;
&lt;br /&gt;
color: #ffffff;&lt;br /&gt;
&lt;br /&gt;
padding: 22px;&lt;br /&gt;
&lt;br /&gt;
text-align: center;}&lt;br /&gt;
|  | Type the code as shown.&lt;br /&gt;
&lt;br /&gt;
I have created a '''class '''named '''“header”'''. &lt;br /&gt;
&lt;br /&gt;
You can give any name of your choice.&lt;br /&gt;
&lt;br /&gt;
I have set some properties for this '''class.'''&lt;br /&gt;
&lt;br /&gt;
These are '''background-color, color, padding''' and '''text-align '''properties.&lt;br /&gt;
|-&lt;br /&gt;
|  | Press Ctrl + S&lt;br /&gt;
|  | Save the file.&lt;br /&gt;
|-&lt;br /&gt;
|  | Only narration&lt;br /&gt;
|  | Now I will assign this '''header class''' to the '''h1 heading '''in the''' web page'''.&lt;br /&gt;
|-&lt;br /&gt;
|  | Switch to Myweb.html&lt;br /&gt;
|  | Switch to the '''Myweb.html''' file.&lt;br /&gt;
|-&lt;br /&gt;
|  | [gedit - Myweb.html]&lt;br /&gt;
&lt;br /&gt;
Update:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;div class =&amp;quot;header&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;h1&amp;gt; Welcome to Spoken Tutorial &amp;lt;/h1&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|  | Using the '''div tag''', I''' '''will assign the '''class''' '''header''' to the '''h1 heading'''.&lt;br /&gt;
&lt;br /&gt;
Inside the '''body''', update the '''heading''' 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;
|  | [browser] &lt;br /&gt;
&lt;br /&gt;
Highlight the heading&lt;br /&gt;
|  | Observe the modified '''heading'''.&lt;br /&gt;
&lt;br /&gt;
Next we will see how to structure the '''menu bar'''.  &lt;br /&gt;
|-&lt;br /&gt;
|  | Slide: Menu Bar&lt;br /&gt;
|  | &lt;br /&gt;
* '''Menu bar''' consists of '''links''', which are used to navigate through the '''website'''.&lt;br /&gt;
&lt;br /&gt;
Let us try this.&lt;br /&gt;
|-&lt;br /&gt;
|  | Switch to webstyle.css&lt;br /&gt;
|  | Switch to the '''webstyle.css''' file.&lt;br /&gt;
|-&lt;br /&gt;
|  | [gedit - webstyle.css]&lt;br /&gt;
&lt;br /&gt;
Type:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.menubar {&lt;br /&gt;
&lt;br /&gt;
background-color: &amp;lt;nowiki&amp;gt;#d1e0e0;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
padding: 4px 16px;}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
a {&lt;br /&gt;
&lt;br /&gt;
color: #000000;&lt;br /&gt;
&lt;br /&gt;
text-align: center;&lt;br /&gt;
&lt;br /&gt;
padding: 4px 16px;&lt;br /&gt;
&lt;br /&gt;
text-decoration: none;}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
a:hover {&lt;br /&gt;
&lt;br /&gt;
background-color: #ffffff;&lt;br /&gt;
&lt;br /&gt;
color: #ee7811;}&lt;br /&gt;
|  | Next to '''header class''', type the code as shown.&lt;br /&gt;
&lt;br /&gt;
I have created a '''class “menubar”''' and set '''background-color''' and '''padding '''property for this '''class'''.&lt;br /&gt;
&lt;br /&gt;
Then I have set some properties for '''links'''.&lt;br /&gt;
&lt;br /&gt;
I have also set some properties when the '''user''' moves the '''mouse '''over the '''links'''.&lt;br /&gt;
|-&lt;br /&gt;
|  | Press Ctrl + S&lt;br /&gt;
|  | Save the file.&lt;br /&gt;
|-&lt;br /&gt;
|  | Only narration&lt;br /&gt;
|  | Now I will assign this '''menu class''' to the '''links '''of the '''web page'''.&lt;br /&gt;
|-&lt;br /&gt;
|  | Switch to Myweb.html&lt;br /&gt;
|  | Switch to the '''Myweb.html''' file.&lt;br /&gt;
|-&lt;br /&gt;
|  | [gedit - Myweb.html]&lt;br /&gt;
&lt;br /&gt;
Update:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;div class=&amp;quot;menubar&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;a href=&amp;quot;#&amp;quot;&amp;gt;Tutorial&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;a href=&amp;quot;#&amp;quot;&amp;gt;Assignment&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;a href=&amp;quot;#&amp;quot;&amp;gt;Test&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|  | &lt;br /&gt;
&lt;br /&gt;
Inside the '''body''', next to the '''heading''', update the '''links''' 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;
|  | [browser] &lt;br /&gt;
&lt;br /&gt;
Highlight the output&lt;br /&gt;
|  | Observe the output.&lt;br /&gt;
&lt;br /&gt;
Our new''' Menu bar''' is added to the '''web page.'''&lt;br /&gt;
|-&lt;br /&gt;
|  | Slide: Content&lt;br /&gt;
|  | &lt;br /&gt;
* '''Content '''is the main section of the '''web''' '''page'''.&lt;br /&gt;
* It can be divided into many '''columns '''for better readability.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|  | Slide: Content &lt;br /&gt;
&lt;br /&gt;
[Image = 3image.png]&lt;br /&gt;
|  | '''1-column layout '''is mostly used for mobile devices.&lt;br /&gt;
|-&lt;br /&gt;
|  | Slide: Content&lt;br /&gt;
&lt;br /&gt;
[Image = 2image.png]&lt;br /&gt;
|  | '''2-column layout '''is''' '''mostly used for tablets and laptops.&lt;br /&gt;
|-&lt;br /&gt;
|  | Slide: Content&lt;br /&gt;
&lt;br /&gt;
[Image = 1image.png]&lt;br /&gt;
|  | '''3-column layout '''is''' '''mostly used for desktops.&lt;br /&gt;
|-&lt;br /&gt;
|  | Switch to webstyle.css&lt;br /&gt;
|  | Switch to the '''webstyle.css''' file.&lt;br /&gt;
|-&lt;br /&gt;
|  | [gedit - webstyle.css]&lt;br /&gt;
&lt;br /&gt;
Type:&lt;br /&gt;
&lt;br /&gt;
.col {float: left;&lt;br /&gt;
&lt;br /&gt;
width: 30%;&lt;br /&gt;
&lt;br /&gt;
padding: 7px;&lt;br /&gt;
&lt;br /&gt;
text-align: justify;}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
@media screen and (max-width:600px) { &lt;br /&gt;
&lt;br /&gt;
.col{ width: 100%; } }&lt;br /&gt;
|  | Now I will create a '''3-column layout''' for our content.&lt;br /&gt;
&lt;br /&gt;
Next to the''' a:hover tag,''' type the''' '''code''' '''as shown.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|  | [gedit - webstyle.css]&lt;br /&gt;
&lt;br /&gt;
Highlight:&lt;br /&gt;
&lt;br /&gt;
.col {float: left;&lt;br /&gt;
&lt;br /&gt;
width: 30%;&lt;br /&gt;
&lt;br /&gt;
padding: 7px;&lt;br /&gt;
&lt;br /&gt;
text-align: justify;}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
@media screen and (max-width:600px) { &lt;br /&gt;
&lt;br /&gt;
.col{ width: 100%; } }&lt;br /&gt;
|  | I have created a''' class “col”''' and set the''' float''' to '''left '''and '''width '''to '''30%'''.&lt;br /&gt;
&lt;br /&gt;
This will split my content into a '''3-column layout'''.&lt;br /&gt;
&lt;br /&gt;
I have also set '''padding''' and '''text-align''' properties.&lt;br /&gt;
&lt;br /&gt;
Here I have used the '''media rule'''.&lt;br /&gt;
&lt;br /&gt;
When the '''browser window''' is '''600px '''or smaller, then the '''width '''of the '''column''' becomes '''100%'''.&lt;br /&gt;
&lt;br /&gt;
This will display the content in '''1-column layout'''.&lt;br /&gt;
|-&lt;br /&gt;
|  | Press Ctrl + S&lt;br /&gt;
|  | Save the file.&lt;br /&gt;
|-&lt;br /&gt;
|  | Only narration&lt;br /&gt;
|  | Now I will assign this '''col class''' to the''' '''first three''' paragraphs '''on the '''web page'''.&lt;br /&gt;
|-&lt;br /&gt;
|  | Switch to Myweb.html&lt;br /&gt;
|  | Switch to the '''Myweb.html''' file.&lt;br /&gt;
|-&lt;br /&gt;
|  | [gedit - Myweb.html]&lt;br /&gt;
&lt;br /&gt;
Type:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;div class = &amp;quot;col&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
... &lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
|  | Inside the '''body''', add the '''div tag''' with the''' class col''' before the '''heading''' of all the '''paragraphs.'''&lt;br /&gt;
&lt;br /&gt;
Then close the''' div tag''' at the end of each paragraph 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;
|  | [browser] &lt;br /&gt;
&lt;br /&gt;
Highlight the output&lt;br /&gt;
|  | Observe the output.&lt;br /&gt;
&lt;br /&gt;
Our content is displayed in '''3-column layout'''.&lt;br /&gt;
&lt;br /&gt;
Now resize the '''browser''' to '''600px '''or smaller.&lt;br /&gt;
&lt;br /&gt;
On doing so, the content '''layout''' has changed to '''1-column layout.'''&lt;br /&gt;
&lt;br /&gt;
And the '''columns '''get stacked on the top of other '''columns '''instead of next to each other.&lt;br /&gt;
|-&lt;br /&gt;
|  | Slide: Footer&lt;br /&gt;
|  | &lt;br /&gt;
* '''Footer''' is placed at the bottom of the '''web''' '''page'''.&lt;br /&gt;
* It contains details like '''copyrights, address,''' etc.&lt;br /&gt;
&lt;br /&gt;
Let us understand this through example.&lt;br /&gt;
|-&lt;br /&gt;
|  | Switch to webstyle.css&lt;br /&gt;
|  | Switch to the '''webstyle.css''' file.&lt;br /&gt;
|-&lt;br /&gt;
|  | [gedit - webstyle.css]&lt;br /&gt;
&lt;br /&gt;
Type:&lt;br /&gt;
&lt;br /&gt;
.footer {&lt;br /&gt;
&lt;br /&gt;
clear:both;&lt;br /&gt;
&lt;br /&gt;
background-color: #4d4d4d;&lt;br /&gt;
&lt;br /&gt;
padding: 2px;&lt;br /&gt;
&lt;br /&gt;
text-align: center;&lt;br /&gt;
&lt;br /&gt;
color: #ffffff;} &lt;br /&gt;
|  | Next to the '''media rule''', type the code as shown.&lt;br /&gt;
&lt;br /&gt;
I have created a '''class “footer”''' and set some properties for this '''class'''.&lt;br /&gt;
|-&lt;br /&gt;
|  | Press Ctrl + S&lt;br /&gt;
|  | Save the file.&lt;br /&gt;
|-&lt;br /&gt;
|  | Only narration&lt;br /&gt;
|  | Now I will assign this '''footer class''' to the last '''paragraph '''of the '''web page'''.&lt;br /&gt;
|-&lt;br /&gt;
|  | Switch to Myweb.html&lt;br /&gt;
|  | Switch to the '''Myweb.html''' file.&lt;br /&gt;
|-&lt;br /&gt;
|  | [gedit - Myweb.html]&lt;br /&gt;
&lt;br /&gt;
Update:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;div class=&amp;quot;footer&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;p&amp;gt;Copyright-2020&amp;lt;/p&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|  | Inside the '''body''', 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;
|  | [browser] &lt;br /&gt;
&lt;br /&gt;
Highlight the output&lt;br /&gt;
|  | Observe the modified '''footer '''now.&lt;br /&gt;
&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;
&lt;br /&gt;
Let us summarize.&lt;br /&gt;
|-&lt;br /&gt;
|  | Slide: Summary &lt;br /&gt;
|  | In this tutorial, we have learnt to:&lt;br /&gt;
&lt;br /&gt;
* Structure the '''layout '''of a '''web page '''using''' CSS'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|  | Slide: Assignment&lt;br /&gt;
|  | As an assignment&lt;br /&gt;
&lt;br /&gt;
* Create a file '''layoutpage.html'''.&lt;br /&gt;
* Create the following parts:&lt;br /&gt;
** '''Header'''&lt;br /&gt;
** '''Menu bar'''&lt;br /&gt;
** '''Content : 2-columns'''&lt;br /&gt;
** '''Footer'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|  | Slide: Assignment&lt;br /&gt;
|  | &lt;br /&gt;
* Create a file '''layoutstyle.css.'''&lt;br /&gt;
* Style all the parts.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|  | Slide: Assignment&lt;br /&gt;
|  | &lt;br /&gt;
* Link the '''layoutstyle.css''' file to '''layoutpage.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: About Workshop&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: Forum questions&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>