Make Your own Web Page - Part 3We are now going to make links to another document and also a link to a place in the same document. Exercise 4 Make a new page called page2.htm with the following text.
Then modify the index.htm page so that it contains the following: ( tip: use cut and paste ).
Open the file index.htm with Internet explorer the result should be as shown in Figure 7:
This is all we need to cover in this series on HTML. You can find an updated version in Starting Html. In reality you only need a very basic understanding of HTML in order to create Web pages because the editing tool (see web page editors) takes care of the HTML coding. Creating a Web page today is like creating a document using a word processor and most of the word processors today are capable of creating HTML or converting text documents into HTML documents. However, in spite of this it is well worth the effort if you can manually edit an HTML Web page. The best way to learn is to fully understand what we have done here and then get yourself an HTML book for a reference.
Web Page Names and Extensions Web Page TitlesFor our home page we have used the page name index.htm. You may have seen others called index.html or home.htm. So what is the significance of these names and how do you name web pages? This is covered in web page names and the home Page Extensions .htm and .htmlYou will notice that we are using index.htm and not index.html. This is simply convention if your ISP tells you to use index.html then all of your pages should have a .html extension. If you can choose and usually you can then I prefer the .htm extension (its shorter).
<-----Make your own web Page- part2 <-----Make your own web Page part1
Useful links for learning more HTML:
|
|||
|
|
[Home page] [About us] [Privacy Policy] [Contact Me] |
|
Make Your own Web Page - Part 3 |