WorksheetsTest 3. HTML,CSS and Javascript
Total questions: 20
Worksheet time: 15mins
A JavaScript file has an extension name of
.jp
.css
.html
.js
Inside which HTML element do we put the JavaScript?
<jscript>
<script>
<javascript>
<scripting>
CSS is the acronym for (a)
Using the image, which is known as the 'value'?
cyan
background-color
style
div
p
Using the image, which is known as the 'property'?
cyan
background-color
style
div
p
Using the image, which is known as the 'attribute'?
cyan
background-color
style
div
p
Using the image, which is known as tags?
cyan
background-color
style
div
p
When this program is run, what would the alert show?
300
diamondCarats
Nothing
In Javascript, "greater than or equal to" is written as:
(a)
In Javascript, "less than or equal to" is written as:
(a)
In Javascript, "equal to" is written as:
(a)
In Javascript, "not equal to" is written as:
(a)
In Javascript, we end every statement with (a)
What would be the output when this code is executed?
(a)
What would be the output when this code is executed?
(a)
What would be the output when this code is executed?
(a)
