Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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]

image text in transcribed

image text in transcribed

image text in transcribed

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Building The Data Warehouse

Authors: W. H. Inmon

4th Edition

0764599445, 978-0764599446

More Books

Students also viewed these Databases questions