16th June 2011
GENRATING HTML the examples presented so far has shown how you can use JavaScript to write simple text to the document object. By including HTML tags in your JavaScript, you can also use JavaScript to generate HTML elements that will be displayed in the c...
Read >
27th May 2011
These browsers are limited to Internet Explorer 3 and later. Telling Non-JavaScript Browsers to Ignore Your Code not all browsers support JavaScript. Older browsers, such as Netscape Navigator1, Internet Explorer 2, and the character-based Lynx browsers d...
Read >
16th May 2011
You can also browser the web for multimedia elements. This is a less expensive and less time consuming option but you may not find exactly ehat you want. Although tons of multimedia elements are available on the web they are likely to be inappropriate or ...
Read >
15th May 2011
Just take the web page with the background image that you want to optimize and add tag after declaring the background image. If you use internet explorer 5 you probably have the 11 fonts that come with it. Two of the most important optimizations are ba...
Read >
13th May 2011
The result is a consistent look that is easy to apply thought the document. Second advantages to styles become evident when you want to adjust the look of all the text to which you’ve applied a style. You simple refine the style and that change is immedia...
Read >
12th May 2011
Are style sheets here to stay? Yes. In fact the HTML 4 specification deprecates many formatting tags and attributes in favor of style sheets. In this article. You’ll see how sheets enhance the effectiveness of HTML and how you can benefit from using them....
Read >