Wednesday, April 8th, 2009 at 11:40 pm
Thanks to the nature of open source, almost anyone can write a programming language and get a significant number of people to use it: and plenty of people have. Two of the newest and fastest-growing players when it comes to open source web languages are Python and Ruby. Neither of them were web languages originally [...]
Wednesday, December 10th, 2008 at 12:40 am
The IMAGE tag is used to display images on your web page. You can resize your image within your HTML by changing the HEIGHT and WIDTH values. To retain your images original characteristics, make sure you adjust the height and the width equally. In other words, if your original graphic dimensions are height 50 and [...]
Thursday, December 4th, 2008 at 4:40 am
The MARQUEE tag is used to scroll text across a web page and is only supported by Microsoft Internet Explorer. You can change the background color, width, the number of times your message will scroll and the speed that your text scrolls, by adding the following attributes within your MARQUEE tag. BGCOLOR=”#CCCCCC” – background color [...]
Wednesday, December 3rd, 2008 at 12:40 pm
The FORM tag is used to set up input forms on your web site. To properly align your forms, instead of using a table, use the tag for the same results. Your form will be displayed exactly as you format it within your HTML. By preformatting your forms, not only will it save you some [...]
Monday, November 10th, 2008 at 12:40 pm
The MARQUEE tag is used to scroll text across a web page and is only supported by Microsoft Internet Explorer. You can change the background color, width, the number of times your message will scroll and the speed that your text scrolls, by adding the following attributes within your MARQUEE tag. BGCOLOR=”#CCCCCC” – background color [...]
Sunday, November 9th, 2008 at 7:40 pm
The FORM tag is used to set up input forms on your web site. To properly align your forms, instead of using a table, use the tag for the same results. Your form will be displayed exactly as you format it within your HTML. By preformatting your forms, not only will it save you some [...]
Saturday, November 8th, 2008 at 5:40 am
The IMAGE tag is used to display images on your web page. You can resize your image within your HTML by changing the HEIGHT and WIDTH values. To retain your images original characteristics, make sure you adjust the height and the width equally. In other words, if your original graphic dimensions are height 50 and [...]