Difference between revisions of "Making your own web page"

 
Line 9: Line 9:
 
=== Writing Web Pages ===
 
=== Writing Web Pages ===
  
An intro to writing HTML is available from the World Wide Web Consortium here: [http://http://www.w3.org/MarkUp/Guide/ Introduction to HTML]. There are several other guides available for learning anything from basic to advanced HTML.
+
For information and tips on writing HTML or CSS, check out the resources below:
 +
 
 +
*[http://http://www.w3.org/MarkUp/Guide/ Introduction to HTML] - intro to HTML from the World Wide Web Consortium
 +
*[http://www.blooberry.com/indexdot/html/index.html The Blooberry Guide] - XHTML guide
 +
*[http://home.tampabay.rr.com/bmerkey/cheatsheet.htm CSS Cheatsheet] - info on Cascading Stylesheets.
 +
 
 +
There are several other guides available for learning anything from basic to advanced HTML.

Revision as of 20:02, October 3, 2005

Web Space

WSO accounts include personal web space acessible 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 WSO How-to > File Transfers.

Writing Web Pages

For information and tips on writing HTML or CSS, check out the resources below:

There are several other guides available for learning anything from basic to advanced HTML.