48) Who invented the JavaScript programming language? a) Tennis Ritchie b) James
ID: 3542475 • Letter: 4
Question
48) Who invented the JavaScript programming language?
a) Tennis Ritchie
b) James Gosling
c) Brendan Eich
49) Can you write HTML tags inside the JavaScript code as shown below?
<script type="text/javascript">
document.write("<h1>This is a heading</h1>");
document.write("<p>This is a paragraph.</p>");
document.write("<p>This is another paragraph.</p>");
</script>
a) No
b) Yes
c) Impossible
50) Which feature is supported in MSIE 3.x?
a) split()
b) document.clear()
c) join()
d) charAt()
51) How to speicfy the color of the hypertext links with JavaScript?
a) document.linkColor="#00FF00";
b) document.LColor="#00FF00";
c) document.LinkC="#00FF00";
d) document.hyperTextLink="#00FF00":
Explanation / Answer
c
b
d
a