adplus-dvertising
frame-decoration

Question

What is the programming philosophy that argues that content and behaviour should as much as possible be kept separate?

a.

Unobtrusive JavaScript

b.

Obtrusive JavaScript

c.

Inherited JavaScript

d.

Modular JavaScript

Posted under JavaScript

Answer: (a).Unobtrusive JavaScript

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is the programming philosophy that argues that content and behaviour should as much as possible be kept separate?

Similar Questions

Discover Related MCQs

Q. Which of the following communicates with server-side CGI scripts through HTML form submissions and can be written without the use of JavaScript?

Q. Which of the following is a way of embedding Client-side JavaScript code within HTML documents?

Q. When does JavaScript code appear inline within an HTML file?

Q. Which character in JavaScript code will be interpreted as XML markup?

Q. Which is the root element in a HTML document?

Q. What is the code for getting the current time?

Q. What is the code to start displaying the time when document loads?

Q. One of the main advantage of using src attribute is

Q. What will be done if more than one page requires a file of JavaScript code?

Q. What is the default value of the type attribute?

Q. The word 'document' mainly refers to

Q. Which object is the main entry point to all client-side JavaScript features and APIs?

Q. Which identifier is used to represent a web browser window or frame?

Q. Which property in the Window object is used to refer to a Location object?

Q. Which Window object method is used to display message in a dialog box?

Q. The setTimeout() method is used to

Q. Which of the following is a global object?

Q. When will the window property come into play?

Q. Which is the property that represents the content displayed in the window?

Q. How to pick a document element based on the value of its id attribute?