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
tr
:
Content language: English
Русский
Select correct HTML tags that allow to create tables.
tr
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>
tr
What HTML tag you will use to define table headings?
tr
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.
tr
Which of these elements are all <table> elements?
tr
Which of these elements are <table> elements? Select all that correct.
tr
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>
tr
What is the correct HTML element for inserting table cell?
tr
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>
tr
Which of these HTML codes aligns the content of the table cell to the right?
tr
← Prev
1
2
Next →
Sign Up Now
or
Subscribe for future quizzes