Microsoft
98-361 · Question #27
Which language allows you to dynamically create content on the client side?
The correct answer is D. JavaScript (JS). JavaScript (JS) is a dynamic computer programming language. It is most commonly used as part of web browsers, whose implementations allow client-side scripts to interact with the user, control the browser, communicate asynchronously, and alter the document content that is…
Understanding Web Applications
Question
Which language allows you to dynamically create content on the client side?
Options
- AExtensible Markup Language (XML)
- BCascading Style Sheets (CSS)
- CHypertext Markup Language (HTML)
- DJavaScript (JS)
How the community answered
(28 responses)- A11% (3)
- B4% (1)
- C4% (1)
- D82% (23)
Explanation
JavaScript (JS) is a dynamic computer programming language. It is most commonly used as part of web browsers, whose implementations allow client-side scripts to interact with the user, control the browser, communicate asynchronously, and alter the document content that is displayed.
Topics
#JavaScript#client-side scripting#dynamic content#web technologies
Community Discussion
No community discussion yet for this question.