write a javascript function named "abcdrawstripes" that will draw a number of colored stripes by generating an html table in which each row has a different colr.your function must accept three parameters.
* width,width of each stripe *height-height of each stripe *color, an array in which each element is the name of the color each color name is a valid html color or css color property How to do this? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/algogeeks -~----------~----~----~----~------~----~------~--~---
