NEW
Font size
WorksheetsIntroduction To JavaScript
Total questions: 10
Worksheet time: 5mins
Which one of the following is not from "Web Site elements":......
Head
Body
Navigation Bar
CPU
What programming languages do we need to design a website?
JavaScript
CSS
HTML
All the Above
To change the style of the website, we use ................... language.
HTML
CSS
JavaScript
PHP
We use ................ programming language, to make the website interactive.
HTML
CSS
JavaScript
SQL
..........is the part of a website that users see and interact with directly (design, layout, buttons, menus).
Backend
Frontend
.................is the part that works behind the scenes, managing data, databases, and server-side logic.
Frontend
Backend
To include JavaScript code directly in an HTML document it must be inserted between...............
<Script> </Script>
<P> </P>
<Style> </Style>
<Html> </Html>
JavaScript code is composed of a series of instructions called ....................
Hyperlink
Folder
Statement
Error
...................are words that have special significance in the JavaScript language.
Values
Keywords
Operators
Expresions
To start an Html file, we type ....................code
<html>
<p>
<title>
<style>
