HTML
Submitted by theCamel on Fri, 03/02/2007 - 00:35.
Tags:
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.
»
- theCamel's blog
- 1 comment
- Read more
- 3839 reads
Tags:
Replace the "&" character with "&". Replace the "<" character with "<" and the ">" character with ">".
»
- Add new comment
- 4073 reads
Tags:
<table border width="100%">
<tr>
<td>Cell One</td>
<td>Cell Two</td>
</tr>
</table>
Looks Like:
| Cell One | Cell Two |
»
- Add new comment
- Read more
- 3966 reads
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=?>
»
- Read more
- 3351 reads
