In this section you will learn about browsers, HTML files and source code. Browsers The most common (and arguably best) browser is Microsoft Internet Explorer. You probably have this, or something similar, already. However, this can be downloaded for free by clicking on the image below... HTML files However to understand them properly we are going to create one using Notepad. Step 1 Step 2 Step 3 Note that the Save as type box is highlighted as All Files. This is because Notepad's default file type is .txt files - we do not want this. It is also important that you know in which folder you are saving the file. Step 4 You may do this using one of two methods 1) Go into Windows Explorer, find example.htm (where you saved it) and double click on it. 2) Open Windows Explorer and type in the location of the file. In the case above this would be C:\MyInternet\example.htm If everything has worked you should see the following... Source code To view any webpage's source code simply click on View and then Source. This is shown below... To recap :
You are now ready to make your own web page. |