HTML


Tags:

I bought the professional version of Komodo 4, the multi-language Web-Dev IDE. I bought the personal version of 3.5 and actually started using it, so I decided to buy the professional version of 4 while ActiveState was offering me a big discount. I'm happy with it, but I spent a few hundred dollars on it before I realized this:

the Gui builder toolkit (previously present only in the pro version) has been removed from pro 4... and is now available for free here.


Tags:

                                  
Replace the "&" character with "&amp;".  Replace the "<" character with "&lt;" and
the ">" character with "&gt;".



Tags:

<table border width="100%">
 <tr>
     <td>Cell One</td>
     <td>Cell Two</td>
 </tr>
</table>

Looks Like:

Cell One Cell Two








Tags:

Basic Tags
----------

<html></html>
Creates an HTML document

<head></head>
Sets off the title and other information that isn't displayed on the Web page itself

<body></body>
Sets off the visible portion of the document


Header Tags
-----------

<title></title>
Puts the name of the page in the title bar


Body Attributes
---------------

<body bgcolor=?>
Sets the background color, using name or hex value

<body text=?>
Sets the text color, using name or hex value

<body link=?>