Creating a Web Page with HTML |
|
||||||||||
There are several options availabe for creating a web page, but a basic knowledge of HTML can be really beneficial in both understanding what is going on behind the scenes, and to allow you to make any changes to your site. These tutorials don't promise to make you an expert, but they will give you a basic understanding. (See: Designing a Web Site) |
|||||||||||
|
|||||||||||
HTML language uses "Tags" to communicate with a browser (Internet Explorer, Safari, etc.) Tags usually occur in pairs, an opening tag, (in the form of <html>, and a closing tag, (in the form of </html>. Notice that the closing tag has a "/". Tags usually 'encapsulate' the information that they are referring to. The <html> and </html> tags indicate to the browser that it is a web page. Use a text editor to create the following simple web pages. Windows: Use NotePad Mac: Use TextEdit (Click here to see how to set up TextEdit for 'plain text' editing. You will modify and add to it as you go along. You may have to save the file as a ???.txt file, then rename it to a ???.htm or html file for it to open as a web page. DO NOT use Appleworks to SAVE AS a .html file for this project. You are "programming' using html code. You are not using Appleworks or TextEdit to create the web page. This might seem confusing. Ask me for clarification if you need it.
Save this file as your_initial_last_name.html Click here to see the example. Use the "Open with" command to open it with Safari or the "Open File" command with Firefox. If you need to fine-tune your HTML code you can use right-click and Open with.. with either Notepad or TextEdit. Now try using paragraph tags:
Click here to see the example. Save the file again. This time use the Save As command and save the file as your_initial_last_name_2.html Try the "underline" tags:
Click here to see the example. Save the file again. This time use the Save As command and save the file as your_initial_last_name_3.html Now try some more tags:
Click here to see the example. Save the file again. This time use the Save As command and save the file as your_initial_last_name_4.html A "line break" <br> puts the next text on a new line. It does not need a closing tag.
Click here to see the example. Save the file again. This time use the Save As command and save the file as your_initial_last_name_5.html Now experiment with fonts and colours. You can start a new web page, or keep modifying your existing one.
Click here to see the example. Save the file again. This time use the Save As command and and save the file as your_initial_last_name_6.html Now for something trickier. You can start new, or just add the new stuff to your existing page.
Click here to see the example. Save the file again. This time use the Save As command and save the file as your_initial_last_name_7.html Now try changing the background colors:
Click here to see the example. Save the file again. This time use the Save As command and save the file as your_initial_last_name_8.html This page has a "Table" added.
Click here to see the example. Save the file again. This time use the Save As command and save the file as your_initial_last_name_9.html Now that you have mastered the basics, go on to the other help files. Experiment with frames, tables, etc. |
|||||||||||
|
|||||||||||
Return to Home Page(more help files) | |||||||||||
|
© T. Carson 2021
|