NEW
Font size
WorksheetsRevision Second Preparatory
Total questions: 28
Worksheet time: 14mins
You can create a function and execute it without calling.
True
False
When you write HTML codes, the Notepad file must be saved with the extension .html
True
False
The JavaScript language is written in a separated file from the HTML file.
True
False
1. document.write statement is used to display a message via a dialogue box.
Ttue
False
1. JavaScript statement is written inside <script> </script> .
True
False
We use a Submit button to clear all data from all input fields .
True
False
Radio button is used to write a password of a student in it .
True
False
We add checkboxes to give an ability to the user to select more than one choice at the same time.
True
False
To select one language or more, you have to put Radio button into the webpage .
True
False
The code ……………. is used to display a Reset button
<input type="reset">
<input type="button" value="reset">
<input type="submit">
In HTML, the ……………symbol is used to close the tags
/
*
\
To display a message "Hi" in a web page.
<Script> alert ("Hi") </Script>
<input type="text" >
<Script> document.write("Hi"); </Script>
To cancel the possibility of selecting two radio buttons at the same time ,we use a ……………property with the same value.
value
name
action
………………………. is JavaScript statements grouped together in a named block and performed according to call it
HTML
Command
Function
The …………… event occurs when the user clicks on a button
onclick
howclick
noclicks
You can use the ………… property to send all data to another webpage
action
Delete
reset
JavaScript statements are written between …………tags
body
font
title
When writing HTML codes, the Notepad file must be saved with the extension …………..
script
html
xls
You can't add a form to a webpage to record the data and send it.
True
False
In JavaScript language, each Statement must be ended by ……
/ slash
;semicolon
submit
The command …………… is used to create a Radio Button in the form.
<input= radio>
<input type="text">
<input type="radio">
The tag…………… is used to leave a line in the web page.
<br>
<break>
<newline>
In ………….,you can add buttons and fields that are used for data entry to send them to be stored
The form
the textbox
the radio button
To display a message "Egypt" in the web page, we type <script>……………………….</script>
alert ("Egypt")
<input type="text">
document.write("Egypt");
In JavaScript language, each Statement must be ended with ……………
< >
</ >
; semicolon
To display "prep2" in a message box, we use <script> ……………………</script>
document.write("prep2");
alert("prep2");
<input type="text" >
The code <Form action="process.php"> <input type="submit"> is used to add………….. button
Reset
Submit
clear
The language …………… used to make your registration webpage interactive
HTML
JavaScript
Script
