
html-table – web-design-html-html5 – কুইজ মডেল টেস্ট অনুশীলন – 10
10255. Add the appropriate code to cause this table to fill the entire browser window, regardless of the user’s screen size. <body> <table> <tr> <td>X</td> <td>X</td> <td>O</td> </tr> </table> </body>
- <body> <table width="100%"> <tr> <td>x</td> <td>x</td> <td>o</td> </tr> </table> </body>
- <body> <table width="100%"> <tr> <td>x</td> <td>x</td> </tr> </table> </body>
- <body> <table width="100%"> <tr> <td>x</td> <td>y</td> <td>o</td> </tr> </table> </body>
- <body> <table width="100%"> <tr> <td>x</td> <td>o</td> </tr> </table> </body>
10256. <TABLE BORDER CELLPADDING="8" CELLSPACING="4" BGCOLOR=yellow>áá <TR><TH>Fruits</TH><TH>Veggies</TH> <TH>Meats</TH></TR>áá <TR><TD>apple</TD><TD>lettuce</TD> <TD>chicken</TD></TR>áá <TR><TD>orange</TD><TD>carrot</TD> <TD>beef</TD></TR>áá <TR><TD>banana</TD><TD>celery</TD> <TD>fish</TD></TR> <CAPTION ALIGN="BOTTOM"> <B>Table 1</B>: Food groups </CAPTION> </TABLE> Question How many cells are there in the table above?
- 9 Cells
- 3 Cells
- 12 Cells
- 4 Cells
10257. Fix the following code if any error. <table> <td>html</td> <td>hypertext markup language is the authoring language used to create documents for the World Wide Web.</td> </table>
- <table> <tr> <td>html</td> <td>hypertext markup language is the authoring language used to create documents for the world wide web.</td> </tr></table>
- <table> <tr> <td>hypertext markup language is the authoring language used to create documents for the world wide web.</td> </tr></table>
- <table> <td>html</td> <td>hypertext markup language is the authoring language used to create documents for the world wide web.</td></table>
- <table> <tr> <td>html hypertext markup language is the authoring language used to create documents for the world wide web.</td> </tr></table>
10258. Is this correct HTML? <ul> <li>Coffee</li> <li>Tea<ul><li>Black tea</li><li>Green tea</li></ul><li>Milk</li></ul>
- No
- Yes
- Can Not Say
- None of the above
10259. How do you force a cell’s contents to display along a single line?
- WHITE-SPACE PROPERTY
- White-space property with nowrap value
- NOWRAP PROPERTY
- Nowrap property with white-space value
10260. What happens if three p tags are in a row?
- The browser uses only the last tag and ignores the others.
- Not used
- The browser uses only the middle tag and ignores the others.
- The browser uses only the first tag and ignores the others.
আমাদের কাছে থাকা লক্ষ লক্ষ মডেল টেস্ট থেকে প্রাকটিজের জন্য কিছু এখানে তুলে ধরা হল। প্রতিটি অধ্যায়ের উপরে ইশিখন.কম কুইজ চ্যালেঞ্জ এ আছে শত শত মডেল টেস্ট বার বার মডেল টেস্ট দিয়ে নিজেকে যাচাই কর এবং পুরো বাংলাদেশের সকল শিক্ষার্থীর সাথে আপনার মেধা তালিকা দেখুন। প্রশ্নে কোন প্রকার ভুল থাকলে সঠিক উত্তরসহ নিচে কমেন্ট করে জানাবেন, আমরা ঠিক করে দেবো।