Test your basic knowledge |

Web Development

Subject : it-skills
Instructions:
  • Answer 50 questions in 15 minutes.
  • If you are not ready to take this test, you can study here.
  • Match each statement with the correct term.
  • Don't refresh. All questions and answers are randomly picked and ordered every time you load a test.

This is a study tool. The 3 wrong answers for each question are randomly chosen from answers to other questions. So, you might find at times the answers obvious, but you will see it re-enforces your understanding as you take the test each time.
1. What symbol is used in a CSS document to denote code that is considered a class?






2. What are the correct naming standards for web pages?






3. Which heading tag has the smallest size?






4. When is FTP used?






5. Where should you place a navigation bar?






6. Define dithering

Warning: Invalid argument supplied for foreach() in /var/www/html/basicversity.com/show_quiz.php on line 183


7. What separates the padding and the margin area in CSS?






8. Write the code to link to: www.basicversity.com






9. What is the purpose of the <title> tag?






10. Why is "alt" used?






11. While using CSS what type of css file can modify multiple things at once to an entire site?






12. Use of regular expressions in PHP development






13. When is best to use the <ol> tag?






14. The XHTML standard defines three Document Type Definitions: Strict and Transitional and _______






15. What is a box model?






16. How do you remove a border from an image (using css)?






17. How do you write a comment in an CSS document?






18. In CSS the five possible values for "position" are:static - _____ - absolute - fixed - inherit






19. Write the code to link to a folder named "school" within the website "basicversity".






20. Which tag has the largest size?






21. To destroy the session Unregister a _____________ from the current session






22. A cross-platform and language-independent convention for representing and interacting with objects in HTML and XHTML and XML documents.






23. Pushes an element far left - allows other elements to wrap around it.






24. When do you use an absolute link?






25. What are the correct naming standards for web pages?






26. Write the code to link to: www.basicversity.com






27. Data transferred via the body of the POST request - used for unsafe actions






28. What is the purpose of the <meta> tag?






29. What is a box model?






30. A piece of text stored on a user's computer by their web browser - used for authentication or storing site preferences or shopping cart contents or the identifier for a server-based session or anything else that can be accomplished through storing t






31. Define "web safe colors".






32. What is the purpose of the <meta> tag?






33. What is included within the <head> tag?






34. Define a .gif image.






35. What does float allow you to do?






36. A CSS document is saved with the _____ extension?






37. Which tag has the largest size?






38. What does float allow you to do?






39. A CSS document is saved with the _____ extension?






40. How do you remove a border from an image (using css)?






41. When do you use the "a: link"?






42. When using CSS what separates a property and value?






43. Use the following lowest screen resolution when designing a site for a target audience?






44. The _____ for table A and B always contains all records of the "left" table (A) even if the join-condition does not find any matching record in the "right" table (B)






45. Define "web safe colors".






46. What is the code to change the background in a CSS page using a hexadecimal number?






47. (Extensible Markup Language) A set of rules for encoding documents in machine-readable form - used to send data from one application to another.






48. What is the code to change the background in a CSS page using a hexadecimal number?






49. What is the hierarchy for CSS code?






50. To extract data from a web service if it returns JSON use ________ to return an object then iterate through it to get what you want