The HTML CSS Javascript test consists of 20 questions and takes 30 minutes. The test is checked and the score is sent to your email address automatically at that moment.

1.

How to write an IF statement for executing some code if "i" is NOT equal to 5?

1 out of 20
2.

What is the correct HTML for making a checkbox?

2 out of 20
3.

The external JavaScript file must contain the <script> tag.

3 out of 20
4.

In HTML, which attribute is used to specify that an input field must be filled out?

4 out of 20
5.

Where is the correct place to insert a JavaScript?

5 out of 20
6.

What is the correct HTML for making a text area?

6 out of 20
7.

alert(undefined || 0 || null || true && "0" && "  " && 5 || 9) .Result will be

7 out of 20
8.

Choose the correct HTML element to define important text

8 out of 20
9.

What is the correct way to write a JavaScript array?

9 out of 20
10.

How do you create a function in JavaScript?

10 out of 20
11.

How do you display a border like this:
The top border = 10 pixels
The bottom border = 5 pixels
The left border = 20 pixels
The right border = 1pixel?

11 out of 20
12.

alert(5+4+"$" + 4 + 5). What will be result?

12 out of 20
13.

How do you make the text bold?

13 out of 20
14.

How to insert a copyright symbol on a browser page?

14 out of 20
15.

When using the padding property; are you allowed to use negative values?

15 out of 20
16.

Which HTML attribute specifies an alternate text for an image, if the image cannot be displayed?

16 out of 20
17.

var x=Math.floor(Math.random() * 10)+1;
alert(x). Result will be in range

17 out of 20
18.

How can you open a link in a new tab/browser window?

18 out of 20
19.

Which HTML attribute is used to define inline styles?

19 out of 20
20.

What is the correct HTML for making a drop-down list?

20 out of 20

Name Email Phone Number