Inline, embedded and external style sheets - CSS

Explain inline, embedded and external style sheets.

Inline : If only a small piece of code has to be styled then inline style sheets can be used.
Embedded : Embedded style sheets are put between the <head> </head> tags.
External : If you want to apply a style to all the pages within your website by changing just one style sheet, then external style sheets can be used.
Explain VBScript in detail - vbscript
This is a scripting language developed by Microsoft and is based loosely on Visual Basic.....
What are string functions in VBScript? - vbscript
Asc() - Returns ANSI Character Code Chr() - Returns Character from ANSI Code InStr() - Find a string within another .....
Explain a few date functions in VBScript - vbscript
Date(), Time(), Now(), Left(), Right(), & Mid()......
Post your comment