Make Your Own Web Page Tutorial-Using and Learning HTMLLearning how to make your own web page using HTML isn't strictly necessary in order to make your own website. However; even though web page editors remove the need to have a detailed knowledge of HTML a basic understanding of HTML is necessary and makes it much easier to insert scripts like Google Adsense and website counters etc correctly into your web pages. What Is A Web Page?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. Here you are going to familiarise yourselves with HTML and at the same time make a Web page. The tool you will use to make your first Web page is a simple text editor called Notepad, which is available for free on all versions of windows. I recommend you follow these exercises on your own computer. Make Your own Web Page Exercise 1Open Notepad and type the following: Make Your own Web pages-for free Save the file as my-first-web-page.txt in a directory on Close Notepad and then open the File my-first-web-page.txt in notepad. Notepad should display my-first-web-page.txt as shown in Figure 1 below:
What you have created is a simple text file meant to be Make Your own Web Page Exercise 2Now open the file my-first-web-page.txt in notepad and change it <HTML> Make Your own Web pages-for free </HTML> Then save the file as my-first-web-page.txt.Open the file again using notepad. Notepad should display my-first-web-page.txt as shown in Figure 2 below:
Notepad doesn’t know that <HTML> is actually a formatting tag and not meant to be displayed, so it displays it as normal text. Now save the file this time as my-first-web-page.htm and then open it again. This time it should open with Internet Explorer. Internet explorer should display my-first-web-page.htm as shown in Figure 3 below:
The file extension
.htm or .txt defines what application is used to open the file .txt files are opened by Notepad and .htm or .HTML extensions are opened by Internet Explorer. Lets examine this
is in a little more detail.
|
|||
[Home page] [About us] [Privacy Policy] [Contact Me] |