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.
How to write an IF statement for executing some code if "i" is NOT equal to 5?
What is the correct HTML for making a checkbox?
The external JavaScript file must contain the <script> tag.
In HTML, which attribute is used to specify that an input field must be filled out?
Where is the correct place to insert a JavaScript?
What is the correct HTML for making a text area?
alert(undefined || 0 || null || true && "0" && " " && 5 || 9) .Result will be
Choose the correct HTML element to define important text
What is the correct way to write a JavaScript array?
How do you create a function in JavaScript?
How do you display a border like this:The top border = 10 pixelsThe bottom border = 5 pixelsThe left border = 20 pixelsThe right border = 1pixel?
alert(5+4+"$" + 4 + 5). What will be result?
How do you make the text bold?
How to insert a copyright symbol on a browser page?
When using the padding property; are you allowed to use negative values?
Which HTML attribute specifies an alternate text for an image, if the image cannot be displayed?
var x=Math.floor(Math.random() * 10)+1; alert(x). Result will be in range
How can you open a link in a new tab/browser window?
Which HTML attribute is used to define inline styles?
What is the correct HTML for making a drop-down list?