|
 
Main Page
Site Map
|
![]() HTML: Hypertext Markup LanguageHypertext markup language (HTML) is, essentially, is a type of word processor defined as a "line editor". Unlike most modern word processors, in which whatever you type on the computer screen comes out as you typed it in, with line editors you must tell the computer how to format the document. That is, you must make explicit through commands where paragraph breaks should be, how far to indent a line, when to change a font style, etc. HTML actually gives a user a great deal of power with regard to page format. However, the basic commands are really very easy. A perfectly acceptable web page can be constructed with no more than 12 HTML commands. HTML commands, called "tags", are surrounded by left and right angle brackets (< >). Here, I am captializing HTML commands to make they stand out. However, HTML is case-insensitive, so upper or lower case type can be used interchangably. Any text that is in italics indicates a point where the designer must provide text or file names. Below is an example of the HTML code needed to give structure to the most basic web page.
Take this link to see what the page made by with the code above would look like (use your web browser's back arrow key to return here). Ok, if you took the link you'd notice that the page wasn't very exciting to look at. Fortunately, it is easy to jazz up a web page. Here are some of the most basic command tags for formatting text, adding links, and placing figures.
Page Layout
Text
Link
In-line image
|
|