Tutorial HTML (Eng)
Tutorial HTML (Eng)
Purpose:
Introduce you to basic web page coding. This is a basic tutorial which will prepare you for the use of more sophisticated HTML editing tools.
Importance: Very few people code HTML by hand anymore. There are a multiplicity
of programs such as DreamWeaver and Microsoft Front Page which help make the process of web page creation easier. BEFORE you learn to use these tools, it is important to learn the basic structure and components of the code/language. This will come in handy when you need to troubleshoot code which editing tools can't fix. After this activity, you will be able to:
Goals:
Set up your server account to serve your personal web page Build a basic text web page Format and stylize your web page font Add images to your web page Add and control hyperlinks
The notepad window should pop up, if not, ask for help.
STEP 6: USING NETSCAPE/INTERNET EXPLORER AND THE TEXT EDITOR TO UPDATE AND VIEW THE RESULTS
VERY IMPORTANT!!!!! Instead of copying and pasting the text from the tutorial into the Netscape/Internet Explorer browser text window (as suggested in the "TRY IT YOURSELF SECTIONS!" of the tutorial), you should paste the code into your home.html (inside notepad) file. You can then reload the file into Netscape/Internet Explorer to see the results: 1. 2. 3. 4. 5. 6. 7. 8. Select the text from the tutorial you wish to copy Copy the text by pressing: Ctrl+C (the control and c key simultaneously) Switch to notepad Place the cursor where you want to paste the text Paste the text by pressing Ctrl+V Modify the text/code if you need to Save the file Load the file into Netscape/Internet Explorer, OR if you are already viewing the file in Netscape/Internet Explorer, press the reload (called refresh in Internet Explorer) button to view the page with changes.
Use this procedure to obtain experience in using a text editor and Netscape / Internet Explorer to write and debug your pages.