Willipedia is now back online as of 5/5/2019 |
It has been several years since Willipedia closed. Please help get it updated! |
Go to the Willipedia 2.0 Project to learn more. |
Difference between revisions of "Making your own web page"
m |
(→Web Space) |
||
Line 1: | Line 1: | ||
=== Web Space === | === Web Space === | ||
− | WSO accounts include personal web space | + | WSO accounts include personal web space accessible at http://wso.williams.edu/~username/ where "username" is your WSO account user name. |
=== Posting Web Pages === | === Posting Web Pages === |
Revision as of 00:13, January 10, 2006
Web Space
WSO accounts include personal web space accessible at http://wso.williams.edu/~username/ where "username" is your WSO account user name.
Posting Web Pages
To post pages in your webspace, place them inside the www directory in your home folder. For example, the page page.html in the www directory is accessible at http://wso.williams.edu/~username/page.html. For instructions on uploading files to your WSO account, see How to transfer files to WSO.
Writing Web Pages
For information and tips on writing HTML or CSS, check out the resources below:
- Introduction to HTML - intro to HTML from the World Wide Web Consortium
- The Blooberry Guide - XHTML guide
- CSS Cheatsheet - info on Cascading Stylesheets.
There are several other guides available for learning anything from basic to advanced HTML.