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
element
:
Content language: English
Русский
How many cells will the following table have: The code: <table border='1' width=50%> <tr> <td colspan='2'>Cell 1</td> </tr> <tr> <td>Cell 2</td> <td>Cell 3</td> </tr> </table>
element
Which tag defines a header cell in an HTML table?
element
What is the correct HTML code to define a table element without borders?
element
Which HTML element defines a horizontal rule that used to separate content?
element
What HTML element will you use to display the text in a fixed-width font, and to preserves both spaces and line breaks?
element
What is the correct HTML element for inserting table cell?
element
How many cells will contain the following table? <table border='1' width=50%> <tr> <td rowspan='2'>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> </tr> <tr> <td>Cell 4</td> <td>Cell 5</td> </tr> </table>
element
Select correct HTML code for inserting a link with the tooltip text.
element
Is it allowed to use title attribute on any HTML element in HTML5?
element
element
← Prev
11
12
13
14
15
Next →
Sign Up Now
or
Subscribe for future quizzes