build-website-header
 

Starting HTML Navigation

An Introduction to HTML

We will start learning HTML by creating some basic web pages and examining them, rather than learning HTML and then making web pages.

Web Pages are simply text pages with special formatting Tags which describe how the text appears i.e. is it bold, which font etc. This formatting is called HTML- Hypertext Mark-up Language.

HTML ( HyperText Markup Language), is a mark-up languages used to encode Web pages. It provides the web browser with information for laying out and presenting the web page.:

 Exercise 1

Please watch the video first and then do the exercise later.

Watch on Youtube -

1.Open Notepad and type the following:

MY First Web Page

2. Save the file as page1.txt in a directory on
your computer (eg C:\course directory).

3. save the File again but this time change the file extension to .html. So the page becomes page1.html.

3. Open the course directory and you should now have two files page1.txt and page1.html. Notice how your system displays them.

 Yours may look slightly different than the screenshot below, as the icon depends on your default browser.

 

course-folder-exercise1-html course

Continue to next---->Lesson 2