Quizzes
Site Language: English
Українська
English
Русский
Programming Tests
Login
Sign Up
Programming Tests
Theory
Snippets
Papers
Landing
Android
Prices
FAQ
Cosmo Story
Terms and Conditions
Privacy Policy
Cookies Policy
Send Feedback
type
:
Content language: English
Русский
Select a correct code to specify the minimum and maximum value for an input element.
type
Select correct code that allows a user to pick up a color.
type
How to set a green background for even-numbered rows only? <table> <tr> <td>name</td> <td>one</td> </tr> <tr> <td>name</td> <td>two</td> </tr> <tr> <td>name</td> <td>three</td> </tr> <tr> <td>name</td> <td>four</td> </tr> </table>
type
How to set a gray background for the first and third rows only? <table> <tr> <td>name</td> <td>one</td> </tr> <tr> <td>name</td> <td>two</td> </tr> <tr> <td>name</td> <td>three</td> </tr> <tr> <td>name</td> <td>four</td> </tr> </table>
type
What is the correct HTML for making a checkbox?
type
What is the correct HTML to define a file-select field for file uploads?
type
Consider following code snippet: <input name="Name" type="hidden" value="Hello World" /> What will be displayed on page?
type
Choose the correct HTML for inserting an input for password field. (The characters in a password field are masked).
type
Does it necessary to use a type attribute for the <script> tag in HTML5?
type
Choose the correct HTML code to make a button that resets the form.
type
← Prev
1
2
3
Next →
Sign Up Now
or
Subscribe for future quizzes