Question: Thank you! After executing the following code snippet : var a = []; a.unshift(1); a.unshift(22); a.shift(); a.unshift(3,[4,5]); a.shift(); The array contents will be a. [3,4,5]

 Thank you! After executing the following code snippet : var a

= []; a.unshift(1); a.unshift(22); a.shift(); a.unshift(3,[4,5]); a.shift(); The array contents will be

a. [3,4,5] b. [] c. [[4,5],1] d. [1] QUESTION 5 Button, checkbox

Thank you!

After executing the following code snippet : var a = []; a.unshift(1); a.unshift(22); a.shift(); a.unshift(3,[4,5]); a.shift(); The array contents will be a. [3,4,5] b. [] c. [[4,5],1] d. [1] QUESTION 5 Button, checkbox and radio are three examples of type attributes for which HTML tag? a. b. form /> c. d. text / QUESTION 6 Choose the correct HTML element for the largest heading: a. h6> b. c. head > d. h1> Coding conventions suggest positioning the style element (with CSS rules) inside a. a head element b. a header element c. a body element d. an html element QUESTION 8 HTTP uses pairs of a. HTML and CSS files b. Packets and datagrams c. requests and responses d. in-bound messages and out-pound messages QUESTION 9 How do you add a background color for all

elements? a. all.h1 \{background-color:\#FFFFFF;\} b. h1 \{background-color:\#FFFFFF; } c. h1.all \{background-color:\#FFFFFF;\} d. h1:all \{background-color:\#FFFFFF; QUESTION 10 How do you select an element with id "demo"? a. \#demo b. demo c. demo d. " demo How many tags are in a regular element? a. 4 b. 2 c. 5 d. 3 QUESTION 12 In CSS, how would you select all the p tags on a page? a. p{} b. p{} c. \#p {} d. p{} QUESTION 13 In CSS, what can h1 be called? a. Tag b. Attribute c. Value d. Selector

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!