Fundamentals of Web Designing MCQs and Notes
Q. Cyber media
β
Correct Answer: (A)
publication on internet
Q. Select all the correct option(s). State the correct place of JS Code inside HTML –
β
Correct Answer: (C)
all of these
Q. Local Browser used for validations on the Web Pages uses __________.
β
Correct Answer: (C)
js
Q. <script type="text/javascript"> var s = "9123456 or 80000?"; var pattern = /\d{4}/; var output = s.match(pattern); document.write(output); </script>
β
Correct Answer: (A)
9123
Q. <script language="javascript">function x(){document.write(2+5+"8");}</script>
β
Correct Answer: (D)
78
Q. Choose the client-side JavaScript object:
β
Correct Answer: (D)
fileupload
Q. The syntax of close method for document object is ______________
β
Correct Answer: (D)
close()
Q. The syntax of capture events method for document object is ______________
β
Correct Answer: (C)
captureevents(eventtype)
Q. The syntax of a blur method in a button object is ______________
β
Correct Answer: (A)
blur()