Xirius-ASSIGNMENTIFT2038-IFT203CSC211.pdf

Course: IFT203/CSC211 • Xirius AI

1. What is the effect of a :hover CSS selector?

2. Which CSS property is primarily used to change the layout direction in Flexbox?

3. What is the primary role of HTML in web development?

4. Which of the following is a correct order of the box model layers from innermost to outermost?

5. What is a content hierarchy in web design?

6. How does semantic HTML improve accessibility?

7. When should you ideally use CSS Grid over Flexbox?

8. What is cross-browser testing primarily used for?

9. What does the #main-nav selector in CSS specifically target?

10. Why does valid HTML matter?

11. What is the role of the CSS display property set to "flex"?

12. Why is it important to use semantic HTML tags in web development?

13. Which CSS selector targets elements with a specific ID?

14. How would a developer ensure the navigation links are aligned horizontally in CSS?

15. What is the recommended tag to group navigation links?

16. Which of these is NOT a semantic HTML tag?

17. What is a key reason to avoid using the <font> tag in modern HTML?

18. What is a key advantage of using media queries in responsive web design?

19. Which media query breakpoint typically applies styles for medium screens, like tablets?

20. Which tag is considered semantic and is used to define the main content of a webpage?

21. Why is cross-browser testing crucial?

22. Why is website footer an important section?

23. What does the class selector ".menu-item" target in CSS?

24. Why is the <font> tag discouraged in modern HTML?

25. What does the ID selector "#header" target in CSS?

26. Which of the following best describes the box model in CSS?

27. What is the correct order of the CSS box model from inside to outside?

28. What is a key difference between Flexbox and Grid layouts?

29. What is the function of the <article> tag?

30. Why is it important to use semantic HTML tags?

31. How would you arrange navigation links horizontally using Flexbox?

32. What is the role of the W3C CSS Validator?

33. What advantage does the <footer> tag provide?

34. When should you prefer CSS Grid over Flexbox for layout?

35. What is a key consideration when writing media queries?

36. What is a benefit of using breadcrumb navigation for users?

37. Which of the following best describes the use of an ID selector?

38. Which of the following is NOT a function typically found in a website footer?

39. What does the <nav> HTML element represent?

40. When would you prefer using Flexbox instead of Grid?

41. What is the main advantage of using breadcrumbs in website navigation?

42. Which tag is traditionally used to represent a section of content about a particular topic?

43. One benefit of using breadcrumbs on a website is:

44. Which tag would you use to add a sidebar containing supplementary information?

45. Which of the following should you include in the <header> of a webpage?

46. What is the purpose of the W3C HTML Validator?

47. What is the main purpose of using the <main> tag in HTML?

48. Why are media queries used in CSS?

49. Which of these layout changes would you apply for screens less than or equal to 600px wide?

50. In which tag would you include “Quick Links” and “Office Hours” on a webpage?