← Back

Web Development Basics — Proficiency Exam

15 questions · pass with 50%

  1. 1. You click a link to a blog post. What does the browser send first?

  2. 2. A page shows a 404 status in the Network panel. What does that mean?

  3. 3. Which statement about HTML, CSS, and JavaScript is accurate?

  4. 4. Where does the text that appears on the browser tab belong?

  5. 5. Why should a page use heading levels in order (h1, then h2, then h3) instead of picking tags by how large they look?

  6. 6. A search form has an input with placeholder text "Search" and no label element. What is the problem?

  7. 7. You set width to 200 pixels and add 20 pixels of padding on each side. With the default content-box sizing, how wide is the border box?

  8. 8. You want a logo on the left of a header and a row of links on the right, vertically centered. Which Flexbox pairing is the usual approach?

  9. 9. A flex item with a long unbroken string overflows its card. What often fixes the overflow?

  10. 10. What does a mobile-first stylesheet usually do?

  11. 11. A 1200-pixel-wide photo sits inside a column that is only 360 pixels wide on a phone. What CSS prevents horizontal scrolling?

  12. 12. When should you add a breakpoint?

  13. 13. You need a counter that increases when a button is clicked. Which declaration is appropriate?

  14. 14. Why do beginners get told to use === instead of == ?

  15. 15. A function is missing a return statement. What does a call to that function produce?

Answer all 15 questions to submit.