Home > Web Development > Quizzes > Web Technology Practice Test: Web Development
Web Technology Practice Test: Web Development
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 58% Most missed: “Which tag is used to display a picture?”
Web Technology Practice Test: Web Development
Time left 00:00
25 Questions

1. Which of the following are the advantages of CSS?
2. We can use ___ to comment a single line? i) /? ii) // iii) # iv) /* */
3. The “var” and “function” are
4. The ..................... specifies whether a border should be solid, dashed line, dotted line, double line, groove etc.
5. ...................... is used to import an external style sheet
6. tag must be within ________
7. Which tag is used to create body text in HTML?
8. Choose the correct HTML tag to make a text italic
9. Which tag is used to display a picture?
10. Which of the following tags is not a valid way to begin and end a PHP code block?
11. Which HTML attribute is used to define inline styles?
12. Which tag is used to display Preformatted texts?
13. ______________ property specifies an image to use as the background of an element
14. Which of the following is an attribute related to font tag?
15. PHP files have a default file extension of..
16. The snippet that has to be used to check if “a” is not equal to “null” is
17. How can you make a numbered list?
18. Which attribute is used with img tag to display the text if image could not load in browser?
19. The pop() method of the array does which of the following task ?
20. The regular expression to match any one character not between the brackets is
21. The type that specifies what kind of event occured is
22. Which of the below statements is equivalent to $add += $add ?
23. Who is the father of PHP?
24. The escape sequence ‘\f’ stands for
25. Which of the looping statements is/are supported by PHP? i) for loop ii) while loop iii) do-while loop iv) foreach loop