Posts

Showing posts from March, 2018

M C Q Dawg

MCQ’S 1)        correct syntax  to insert a color picker on an HTML page a.      <color type = “color” name =” cpick ”/> b.        <input type = “color” name=” cpick ”/> 2)        Which of the Following options are valid values for the border style property a.         Groove b.        Dashed c.         Lined d.        Ridge 3)        Identify the category of pattern matching where characters or symbols allow matching characters that reappear frequently in a string a.         Position matching b.        Character Classes c.         Repetition d.        Back Reference 4)        Identify  the correct method to assign a value sample.jpg to the  src attribute of the IMG tag id img1 using document object a.         < document.getElement (‘img1’). src =”sample.jpg” b.        < document.getElement (‘img1’).id=”sample.jpg” c.         < document.getElementById (‘img1’).id=”sample.jpg” d.        < document.getElementById (‘img1’