![]() |
||||||||||||
| |
Creating Your Homepage Now that you have set up your UNIX account, it is time to create your homepage. In this lesson you will learn how to
Before you get started, make sure you are in your UNIX account.
All files that you want to be accessible over the web have to be in your public_html directory. Typing cd public_html ensures that you change directory to your public_html directory.
You have just created a file named index.html in Pico. The file you just created will open when you or others visit your homepage. This <html> tag tells the browser (for example, Netscape) that your file is coded in HTML . The text entered in between the <title> tags is the title of your web page. This is the title that is displayed at the top of the browser window. Notice that you have to use a closing tag, which in this case is </title>. This lets the browser know that you are done with your title. This tag informs the browser that the following text and tags are part of the body of your homepage. The <h3> tag specifies the level of heading you are using. HTML has six levels of headings numbered 1 through 6 with 1 being the most prominent. This closing tag tells the browser you are done working on the body of your homepage. This closing tag tells the browser you are done coding in HTML. This lets Pico know that you are done working on your homepage. A dialog box will appear at the bottom of your screen that asks if you want to save the changes to your file. A dialog box appears at the bottom of your screen that asks you to name your file. The name of your file is already entered. You have now created
your own homepage! Next, you need to see what you have created. |
|
|
Questions? Comments? Send us e-mail.
Last Modified: Sunday, January 13, 2008 Copyright 2006, Regents of New Mexico State University |
||