
Distribution-manager – web-dev-dhtml – কুইজ মডেল টেস্ট অনুশীলন – 7
11287. Observe the following JavaScript code – var n1 = 15,n2 = 10, result = n1+++n2; What is the value of result
- 20
- Error during execution
- 25
- 26
11288. Which of the following is not an web browser
- Internet Explorer
- Microsoft-Excel
- Mozilla Firefox
- Chrome
11289. What is the correct way to display an image on a webpage
- <img link=”img.jpg”>
- <img href=”img.jpg” >
- <img src=”img.jpg”>
- <img pic=”img.jpg”>
11290. 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> </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>y</td> <td>o</td> </tr> </table> </body>
- <body> <table width=”100%”> <tr> <td>x</td> <td>o</td> </tr> </table> </body>
11291. Observe the following JavaScript code – var text = “Hello world!”; What is the value of text.substr(1,4)
- “Hello”
- “ello”
- “ell”
- “Hell”
11292. What is the color mode of gif files
- 128 exact colors.
- 640×480
- 256 exact colors.
- 800×600
11293. What does the @import links to
- Embedded CSS
- Internal CSS file
- External CSS file
- Direct style rule
11294. Which tag is used for enclosing internal CSS rules in an HTML page
- sheet
- style
- p
- head
11295. Attribute and value in form tag to tell the browser to take all the data submitted with the form to the end of the file’s URL
- Method=”get”
- Method=”post”
- None
- Both
11296. The p tag is an example of a __________ tag as it has sections of text.
- Table tag
- Container tag
- Element tag
- None
আমাদের কাছে থাকা লক্ষ লক্ষ মডেল টেস্ট থেকে প্রাকটিজের জন্য কিছু এখানে তুলে ধরা হল। প্রতিটি অধ্যায়ের উপরে ইশিখন.কম কুইজ চ্যালেঞ্জ এ আছে শত শত মডেল টেস্ট বার বার মডেল টেস্ট দিয়ে নিজেকে যাচাই কর এবং পুরো বাংলাদেশের সকল শিক্ষার্থীর সাথে আপনার মেধা তালিকা দেখুন। প্রশ্নে কোন প্রকার ভুল থাকলে সঠিক উত্তরসহ নিচে কমেন্ট করে জানাবেন, আমরা ঠিক করে দেবো।