adplus-dvertising
frame-decoration

Question

Which of the following can be used to select HTML elements based on the value of their name attributes?

a.

getElementByName()

b.

getElementsByName()

c.

getElementsName()

d.

getElementName()

Answer: (b).getElementsByName()

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which of the following can be used to select HTML elements based on the value of their name attributes?

Similar Questions

Discover Related MCQs

Q. Which of the following property refers to the root element of the document?

Q. The return type of getElementsByClassName() is

Q. Which syntax is used to describe elements in CSS?

Q. What does the following code snippet mean?

#log>span

Q. Which of the following is the ultiate element selection method?

Q. Which of the following is the Web application equivalent to querySelectorAll()?

Q. The C in CSS stands for

Q. The latest version of CSS is

Q. Which of the following is an example of a Shortcut Property?

Q. Which of the following is the default positioning elements with CSS?

Q. Which property lays the element according to the normal flow?

Q. Which of the following property allows you to specify an element's position with respect to the browser window?

Q. The type that specifies what kind of event occured is

Q. Which is the object on which the event occured or with which the event is associated?

Q. In general, event handler is nothing but

Q. When will the browser invoke the handler?

Q. Which property specifies the property of the event?

Q. The process by which the browser decides which objects to trigger event handlers on is

Q. Which form of event propogation handles the registered container elements?

Q. The events that are directly tied to a specific input device are