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
td
:
Content language: English
Русский
Select correct HTML tags that allow to create tables.
td
What border will the following table have? The code: <table style="width:50%"> <tbody> <tr> <td>JavaScript</td> </tr> <tr> <td>AngularJS</td> </tr> </tbody> </table>
td
How can you center an image (in relation to parent block) ? If the conditions are: div#parent - the parent block; img - an image which has to be centered. Choose correct statements for realization.
td
Which of these elements are all <table> elements?
td
Which of these elements are <table> elements? Select all that correct.
td
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>
td
What is the correct HTML element for inserting table cell?
td
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>
td
Which of these HTML codes aligns the content of the table cell to the right?
td
← Prev
1
Next →
Sign Up Now
or
Subscribe for future quizzes