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. When do you use the "a: visited"?






2. What is the hierarchy for CSS code?






3. Which heading tag has the smallest size?






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






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






6. When should you use a <span> tag?






7. Use of regular expressions in PHP development






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






9. Which tag has the largest size?






10. A way to make elements inline but preserving their block capabilities.






11. Where should you place a navigation bar?






12. When is FTP used?






13. What symbol is used in a CSS document to denote code that is considered a class?






14. Which tag has the largest size?






15. How do you write a comment in an HTML document?






16. What type of image is best if a web page requires a photograph?






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






18. Where is a session variable stored?






19. This provides a warning if the resource being asked for is not present...still tries to display data.






20. What is the definition of an internal link?






21. When should you use a <span> tag?






22. Why is "alt" used?






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






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






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






26. How do you write a comment in an HTML document?






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






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






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






30. What is the purpose of the "div" tag?






31. When do you use the "a: hover"?






32. What symbol is used in a CSS document to denote code that is considered a class?






33. Write the line of code to insert an image.






34. A ____ is a Document Type Definition - also know as DOCTYPE. In a document served as text/html the DOCTYPE informs the browswer how to interpret the content of the page.






35. In CSS the possible values for the display attribute that are supported by all browsers are none - block - inline - _____ - run-in






36. What is a box model?






37. Web apps can interact with server without changing anything on the page - uses the XMLHttpRequest object to exchange data asynchronously with the web server.






38. When do you use an absolute link?






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






40. 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






41. Define "web safe colors".






42. When do you use the "a: active"?






43. A way of matching strings of text given a defined set of parameters.






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. What does float allow you to do?






46. Data gets transferred via the URL - used for safe actions






47. When using CSS what ends a style rule?






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






49. When do you use an absolute link?






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