HTML/C2/My-first-HTML-program/English
Title of the script: My first HTML program
Author: Praveen S
Domain Reviewer: M.Deivamani
Novice Reviewer: Madhulika G
Keywords: HTML, Introduction to HTML, Web Designing, Website, Spoken Tutorial, Video Tutorial
Visual Cue | Narration |
Slide 1: Title | Welcome to the Spoken Tutorial on “My first HTML program”. |
Slide 2:
Learning Objectives
|
In this tutorial we will learn:
|
Slide 3: Prerequisite
|
To practise this tutorial, you should know to use any WYSIWYG or Text Editor and a Web Browser.
|
Slide 4:
System Requirements
|
To record this tutorial, I’m using * Ubuntu Linux 16.04 OS
However you may, use any other editor or browser of your choice. |
Slide 5: Code Files | The files used in this tutorial are available in the Code Files link on this tutorial page.
|
Open Gedit | Now we will see how to create and run simple HTML programs.
|
Note for video creator: Show the code already typed in for each line | Let us start to write our HTML code.
|
<!DOCTYPE html> | DOCTYPE html
|
<html> … </html> | Next comes the html section, which has our actual content.
|
<head>
<title> Farmer's market </title> </head> |
After the html tag, we have the head section.
Title,
I have mentioned the title of this page as “Farmer's market” with the help of Title tag. |
<body>
Welcome to Farmer's Market
|
After the head section, comes the body section.
|
Point to the indentation | While writing your HTML code, please use proper indentation.
|
Our code is ready. So let’s save this file now. | |
Press Ctrl + S | I’ll press Ctrl + S keys on my keyboard.
|
Select Desktop | Now choose the desired location to save your file.
|
Create Folder →my-html | Here I will create a folder with the help of “Create Folder” button and name it as my hyphen html.
|
Filename → MyFirstPage.html
|
I will save the name of the file as MyFirstPage.html
|
Click on Save | Lastly, click on the Save button.
|
Open Desktop → my-html folder >> double-click to open | Let’s confirm this.
|
Point to html file | And here is our html file. |
We have successfully created our HTML file and saved it. | |
Now let’s see how to run it. | |
Right-click >> select Open With | Right-click on the file and select Open With option. |
Select Open With Firefox | Then choose any web browser that is available.
|
Highlight the text
Welcome to Farmer's Market |
The webpage opens.
|
Red box highlight on the Title of the browser | Notice the browser’s title - it says Farmer's market.
|
On the webpage | The browser interprets the tags we used and displays only the content. |
This brings us to the end of this tutorial.
Let us summarize.
| |
Slide 6: Summary | In this tutorial, we have learnt
|
Slide 8: Assignment | As an assignment-* Create MyHomePage.html using any text editor
|
Slide 9:
About Spoken Tutorial project
|
The video at the following link summarises the Spoken Tutorial project.
|
Slide 10:
About Workshop
|
The Spoken Tutorial Project team conducts workshops using spoken tutorials.
|
Slide 11:
Forum questions
|
Do you have questions in THIS Spoken Tutorial?
Please visit this site. Choose the minute and second where you have the question
Explain your question briefly
Someone from our team will answer them
|
Slide 12:
Forum for specific questions:
|
The Spoken Tutorial forum is for specific questions on this tutorial.
Please do not post unrelated and general questions on them.
This will help reduce the clutter.
With less clutter, we can use these discussion as instructional material.
|
Slide 13:
Acknowledgement
|
Spoken Tutorial Project is funded by NMEICT, MHRD, Government of India.
this link. |
Slide 14: Thanks | This is Praveen from IIT Bombay signing off.
Thank you for joining |