Font size
WorksheetsHTML CSS Javascript
Total questions: 52
Worksheet time: 25mins
Which of these is a loop?
if(x<10)
while(x<10)
var x=10;
text(x,10;10)
When we are done with a line what do we put at the end?
a colon :
a semi-colon ;
a period .
a quotation mark "
What is a style sheet?
A style sheet is used to build a consistent, transportable, and well-designed style template.
To create a multicolor text on a web page
It is used to define a container for navigation links
It is used to define content aside from the content
What does a closing tag look like?
< >
<\ >
</ >
<< >>
Which tag would you use for an ordered list?
<ol>
<ul>
<li>
None of the above
Which tag would you use to insert a image?
<marquee>
< a href>
<br>
<img src>
JavaScript is ______ Side Scripting Language.
JSP
Servlet
Server
Browser
Javascript is _________ language.
Programming
Scripting
Application
applet
JavaScript is designed for following purpose -
To Style HTML Pages
To Perform Server Side Scripting Opertion
To add interactivity to HTML Pages.
To Execute Query Related to DB on Server
JavaScript is can be written -
directly into JS file and included into HTML
directly into HTML pages
directly on the Server Script
None of these
JavaScript is an ________ language.
compiled
interpreted
JavaScript Code is written inside file having extension __________.
.jsc
.jvs
.js
.javascript
Why JavaScript is called as Lightweight Programming Language ?
because JS can provide programming functionality inside but up to certain extend.
because JS is client side scripting
because JS is available free of cost.
because we can add programming functionality inside JS
JavaScript Code can be called by using _________.
RMI
Function / Method
Triggering Event
Preprocessor
Which of these is a loop?
if(x<10)
while(x<10)
var x=10;
text(x,10;10)
Choose the right Javascript event
inmouseout
anmouseout
enmouseout
onmouseout
Where do the <script></script> tags go in your document
Within <img> tags
In the <p></p> tags
In the <title>
In the <head> or <body>
Choose the correct Javascript mouse event
inmouseover
andmouseover
enmouseover
onmouseover
JavaScript is used to enhance what kind of document?
JS
HTML
Brackets
JavaScripts need to be put in the ____ and ____section of an HTML page.
head and body
Paragraph
footer
Inside which HTML element do we put the JavaScript?
<js>
<script>
<scripting>
<javascript>
A programming language used for webpage functionality such as interactivity, data processing, animation, and development of purpose built apps such as mobile and desktop apps and more.
HTML5
CSS
JS
C#
<title> This tag </title>
