BASIC HTML


 I suggest doing the tutorial first then enhance your knowledge by reviewing  HTML commands
Tutorial (estimated time for intermediate users 1 hour)
HTML Commands
HTML Textstyles & Colors
Also check out these links for an up to date reference of Basic HTML:
Click here for the HTML Cheatsheet
Click here for codes to any color you can think of!



Basic HTML: a tutorial:

(1) Go to this site (see graphic and html discription of this page below)

http://www.csubak.edu/~jross/

(2) Choose Source from the View menu

Note: Some times the page will endlessly load--you can tell if this happens by the continued movement in the Netscape icon. You cannot view the source. When this happens first, click the Stop icon in the browser before viewing the html.

(3) Drag, select all the text

(4) Copy the HTML text
    Macintosh 
    To Copy
    <Apple/Command key> <C key>
PC Compatibles 
To Copy
<Ctrl key> <C key>
(4) Start the text editor of your choice (these can be found using the Find command on both Macs and PCs) and paste your HTML text into the text editor 
    Macintosh 
    Text editor: SimpleText 

    To paste 
    <Apple/Command key> <V key>

PC Compatibles 
Text editor: Notepad 

To Paste 
<Ctrl key> <C key>

(5)Change the HTML so that all references fit you. Leave out items you don’t want and add any new items. You could also check the next section on HTML commands and experiment with diffirent formats. Save the file with the name:

welcome.htm

(6) View your changes by starting a browser then choosing Open Page from the File menu and open your welcome.htm file

(7) Keep both the editor and the browser open and you can make and changes in the editor then click the browser and clik the reload icon and view your changes

(8) When you are satisfied with your page transfer your file (HTM and graphics) to the web server with an FTP program



Jim's Home Page
Jim Ross' homepage
 

HTML on Jim's Home Page ( To see an annotated version click here)

HTML code

HTML copied from: http://www.csubak.edu/~jross/



HTML Commands--Only the Basics

BASIC HTML--Formats for your Home Page
The following HTML (HyperText Markup Language) commands work for most newer browsers.  For most of these commands the format command is placed before the item to be formatted and the item formatted is followed with an end of format command (the format command with a slash “/” in front). For example to bold my name:

HTML Commands and Functions
1. document structure 2.  Font style and Formatting 3.  Paragraph and line formatting 4.  Lists 5.  Links to bring in graphics and to go to homepages and specific page positions Click here for a summary of HTML commands by type