wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

web tech frontend

Total questions: 20

Worksheet time: 7mins

Name
Class
Date
1.

What does HTML stand for?

a)

Hyper Technical Markup Language

b)

Hypertext Markup Language

c)

Hyper Text Markup Lingo

d)

Happy Texting Markup Language3

2.

CSS stands for

a)

Cruising Standard Systems

b)

Creating Style Sheets

c)

Cascading Style Sheets

d)

Coding Style Sheets

3.

JS refers to

a)

Javascript

b)

JavaSheet

4.

React was developed at

a)

Facebook

b)

Google

5.

Best JS framework in 2022

a)

ReactJS

b)

AngularJS

6.

Latest version of HTML

a)

HTML 5

b)

HTML 6

c)

HTML 3

7.

Latest version of CSS

a)

CSS 3

b)

CSS 4

c)

CSS 5

8.

The software used to view web pages are

a)

browsers

b)

operating systems

c)

click-and-go applications

d)

html readers

9.

What software is needed to create and view web pages?

a)

Javascript & HTML

b)

A text editor and a browser

c)

Dreamweaver & a Browser

d)

No software is needed

10.

What does a browser do with tags that it does not support?

a)

Tries to guess how to display the web page

b)

Adjusts them

c)

Corrects them

d)

Ignores them

11.

When first starting to code web pages, you could use what file extension for your pages?

a)

.doc

b)

.html

c)

.java

d)

.htm

12.

HTML tags consists of

a)

a left and right apostrophe

b)

a left and right angle bracket

c)

a left and right curly bracket

d)

a left and right period

13.

Closing tags are distinguished by

a)

forward slash /

b)

backward slash \

14.

Instructions that define content of a web page are

a)

tags

b)

formats

c)

wingdings

d)

styles

15.

One of the benefits of learning HTML to create a web site rather than using an already designed template is that the designer has better control over the appearance of the web site.

a)

True

b)

False

16.

What is the official name of JavaScript?

a)

JavaScript

b)

ECMAScript

c)

TypeScript

d)

WebJava

17.

JavaScript fits best under which category of languages?

a)

Object-driven

b)

Object-oriented

c)

Functional

d)

Procedural

18.

The ________ method calls a function or evaluates an expression after a specified number of milliseconds.

a)

setTimeout()

b)

Date()

c)

console.time()

d)

functionRepeat()

19.

This type of variable can be used throughout the entire program that you are writing.

a)

Global Variable

b)

Instance Variable

c)

Local Variable

d)

All Variables

20.

What is the purpose of <!DOCTYPE html>?

a)

provides the web browser with security information

b)

instructs the browser where to look for your CSS files

c)

Allows programmers to link to files in-line

d)

Tells the web browser we are programming in HTML5 and not another version of HTML.