HTML Basics



We will use Wade Martinson's HTML tutorials for the introduction to the basics of HTML Languages and simple web page authoring.  You learn how to create simple web pages with text editor.

One quick way to learn HTML, is to view the HTML source file that currently displays on your browser.

To publish your web page on the CS apache web servers, you There are three different browser on our CS Unix machines: Mozilla0.9.2.1, Netscape 4.78, Netscape 6.2. All three come with HTML editor called composer.The HTML editor comes with Netscape communicator, to create simple web pages with link, graphics, audio, video, and to publish them on the web server at cs.uccs.edu. You can dowload the Netscape 6.2 from home.netscape.com. To publish the web page created using Page Composer of Netscape4.78 browser.

Mozilla and Netscape 6.2 composers do not have the publish command. You can use ftp command to transfer the file to the web server. All our CS Unix machines share the same NFS file system. Therefore you do not have transfer files if you create web page on your public_html directory. Actually, any of the web server can serve your web page. For example, http://blanca.uccs.edu/~cs301/ will deliver the same web page as http://cs.uccs.edu/~cs301/.

MS Front Page 2000 is installed in PCs in ENS 138/140/149 for editing web pages.  It is a WYSWYG HTML editor.  

There is web page discussing the different between XHTML and HTML. http://cs.uccs.edu/~cs301/xhtmldiff.htm