19. In PHP, the die() and exit() functions do the exact same thing.
You answered: | False |
Wrong Answer!
17. What is a correct way to add a comment in PHP?
You answered: | <!--…--> |
Wrong Answer!
10. Include files must have the file extension ".inc"
You answered: | True |
Wrong Answer!
11. What is the correct way to include the file "time.inc" ?
You answered: | <% include file="time.inc" %> |
Wrong Answer!
5. What is the correct HTML for adding a background color?
You answered: | <body background="yellow"> |
Wrong Answer!
13. How can you make a list that lists the items with numbers?
You answered: | <ul> |
Wrong Answer!
14. How can you make a list that lists the items with bullets?
You answered: | <ol> |
Wrong Answer!
15. What is the correct HTML for making a checkbox?
You answered: | <input type="check" /> |
Wrong Answer!
17. What is the correct HTML for making a drop-down list?
You answered: | <input type="list" /> |
Wrong Answer!
18. What is the correct HTML for making a text area?
You answered: | <input type="textbox" /> |
Wrong Answer!
CSS
8. Which property is used to change the background color?
You answered: | bgcolor: |
Wrong Answer!
12. What is the correct CSS syntax for making all the <p> elements bold?
You answered: | <p style="font-size:bold"> |
Wrong Answer!
13. How do you display hyperlinks without an underline?
You answered: | a {text-decoration:no underline} |
Wrong Answer!
17. How do you display a border like this:
The top border = 10 pixels
The bottom border = 5 pixels
The left border = 20 pixels
The right border = 1pixel?
You answered: | border-width:10px 5px 20px 1px |
Wrong Answer!
20. How do you make a list that lists its items with squares?
You answered: | list-type: square |
Wrong Answer!
3. Where is the correct place to insert a JavaScript?
You answered: | The <head> section |
Wrong Answer!
4. What is the correct syntax for referring to an external script called "xxx.js"?
You answered: | <script name="xxx.js"> |
Wrong Answer!
11. How does a "while" loop start?
You answered: | while (i<=10;i++) |
Wrong Answer!
13. How can you add a comment in a JavaScript?
You answered: | <!--This is a comment--> |
Wrong Answer!
18. What is the correct JavaScript syntax for opening a new window called "w2" ?
You answered: | w2=window.new("http://www.w3schools.com"); |
Wrong Answer!
19. How do you put a message in the browser's status bar?
You answered: | window.status("put your message here") |
Wrong Answer!
http://www.ex-designz.net/test_page.asp?tid=30
没有评论:
发表评论