Summary: In this laboratory, you will have the opportunity to design and develop your own Web site.
Contents
If you have not already created your public_html
directory in the previous lab (because you did it with someone else on
their account), please go to
the previous lab and complete
steps 8 and 9.
I have made a basic html template page that you can use to get started.
Please begin by copying it into your public_html directory with
the following steps.
public_html directory:
cd public_html
cp ~weinman/courses/CSC105/labs/index.html ./
chmod 644 index.html
Notice that the template Web page is named index.html. You
will recall that the main page for your Web site should have this
name. (If someone tries to view your Web page, but only specifies the
directory it is in as the URL, then the web server will automatically
look for a file named index.html.)
index.html with the editor gedit:
gedit index.html &
<title> tags, and replace the title
text with the whatever title you wish for your Web page. Recall
that the "title" will appear on the tab icon if someone has
multiple tabs open in their browser when they view your page.
username with your own username).
http://www.cs.grinnell.edu/~username/
Open a third tab and use it to view the "HTML Demo" page that we generated in lecture. You can find it by surfing to the course Web page, and following the link to "HTML Demo."
Remember that you can view its HTML source by right-clicking on it and selecting View Page Source. You may find this useful for reminding yourself of various html tags that you would like to use.
Open a fourth tab and navigate to the W3C (World Wide Web Consortium) Markup Validation Service. Enter the URL for your web page and click "Check."
By leaving this tab open, you will be able to click "Reload" to regularly verify you have written valid HTML.
Here is where you get to make your own Web site! Your site may be serious or goofy. It may be about you, an interest you have, or a pretend organization or interest.
index.html page to your second pageIf you place images on your Web page that you did not create, you must make sure you have permission and cite the source.
Here are some ways to find permissible images:
To cite the source of an image, give a link to the original source and the name of the creator, if known, in the text of your Web page.
chmod 644 webpage.html
public_html directory:
cp ~weinman/courses/CSC105/labs/.htaccess ~username/public_html/
This work is licensed under a
Creative Commons Attribution-Noncommercial-Share Alike 3.0 United
States License
.