The Quiz App

multiple choice questions

1 . in which html element do we put in javascript code?

a .<js>
b .<script>
c .<body>
d .<link>

2 . which HTML attribute is used to reference an external javascript file?

a. src
b .rel
c .type
d .href

3 . how would you write Hello in alert box?

a .msg("hello")
b .alertbox("hello")
c .document.write("hello")
d .alert('hello')

4 . Javascript is directly related to the "java" programming language

a True
b False