![]() ![]() |
8.1:H108100 Provide interchangeable methods for Scripts, Applets, and Objects information.Improper designThe NOSCRIPTS was not used to provide replacement text explanation for information brought about by the Scripts. Improper design: <SCRIPT language="VBScript"> <!-- msgbox"welcome to the strungstrung communication homepage" --> </SCRIPT> End of example Proper demonstrationUse NOSCRIPTS to provide Scripts contents. Proper example: <SCRIPT language="VBScript"> <!-- msgbox"welcome to the strungstrung communication homepage" --> </SCRIPT> <NOSCRIPT> Welcome to the strungstrung communication </NOSCRIPT> End of example |
![]() |