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