wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

lesson1 quiz

Total questions: 7

Worksheet time: 5mins

Name
Class
Date
1.

Which computer Language structures all web pages on the internet?

a)

Java

b)

HTML

c)

JavaScript

d)

CSS

2.

which is the correct way to write a tag with the key word button

a)

<button>

b)

< button >

c)

button

d)

<>

3.

What do you think the following code displays on a website?

<button>I'm Ready to Code</button>

a)

A button with the text "login"

b)

A button with the text "I'm Ready to Code"

c)

a video

d)

An image

4.

code the closing tag:

<button>Like

(a)  

5.

code a button that has the text "Send"

(a)  

6.

What is the missing symbol for the closing tag:

<button>Add Friend< button>

a)

<

b)

/

c)

>

d)

\

7.

code a button that has the text "Comment".

(a)