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 is the purpose of the <!doctype> tag?






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






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






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






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






6. What does float allow you to do?






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






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






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






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






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






12. Opposite of left join






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






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






15. Define dithering

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


16. When do you use an absolute link?






17. What does float allow you to do?






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






19. What separates the element content and the border in CSS?






20. Define "web safe colors".






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






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






23. Which heading tag has the smallest size?






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






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






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






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






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






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






30. What is the definition of an internal link?






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






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






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






34. Why is "alt" used?






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






36. When is FTP used?






37. Which tag has the largest size?






38. Define a .gif image.






39. When is best to use the <dl> tag?






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






41. Define a .gif image.






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






43. What is a box model?






44. Which tag has the largest size?






45. Creates a new result table by combining column values of two tables (A and B) based upon the join-predicate






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






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






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






49. Where should you place a navigation bar?






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