HTML – web-design-html – কুইজ মডেল টেস্ট অনুশীলন – 11
10023. How to cause a the text or image to move to next line inside the same paragraph?
- we can’t do that.
- using multiple spaces
- using n
- using
10024. What base point is taken for displaying the element as per the following rule – #box2 {position: relative; left: 20px; top: 20px; }
- Relative to original space
- Relative to browser window
- Relative to parent
- Relative to ancestor
10025. You can add the ____________ property to your style sheet to change the background color of the whole table.
- Color
- Background
- Background-color
- Bgcolor
10026. How to add a caption to a table ?
- Using <caption>
- Using <cite>
- Using <legend>
- Using <blockquote>
10027. Which of the following are drawbacks of frames?
- All of the above
- Smaller devices cannot cope with frames due to small screensize
- It is not supported in HTML5 Standard
- Some browsers donot print well from frameset
10028. Table rows are defined using which tag?
- <tr>
- <td>
- <th>
- <table>
10029.