Xirius-IFT203ASSIGNMENT1-IFT203CSC211.pdf

Course: IFT203/CSC211 • Xirius AI

1. What purpose does the <aside> tag serve in a webpage?

2. Which layout technique is best for arranging items in a single dimension (row or column)?

3. Why is it important to have correct content hierarchy on a webpage?

4. Which section in the webpage contains “Quick Links” and “Office Hours”?

5. Which CSS property allows you to apply different styles based on the screen size?

6. In CSS, how are ID selectors denoted?

7. What is one advantage of breadcrumbs on a website?

8. Why are media queries important in responsive web design?

9. When should you choose CSS Grid over Flexbox for layout?

10. How many columns should the course cards display on large screens, according to the layout requirements in the assignment?

11. What is the primary purpose of semantic HTML?

12. Which tag is used to represent an independent piece of content such as a course card?

13. What is a key reason why valid HTML matters?

14. What does the <main> tag represent in an HTML document?

15. What happens to navigation on screens less than or equal to 600px wide as per the responsive design instruction?

16. Which is an example of a valid semantic HTML tag?

17. What is one benefit of semantic HTML for accessibility?

18. Which tag contains the copyright and contact information on a webpage?

19. What is the recommended number of columns for course cards on medium screens (601px - 900px)?

20. What is cross-browser testing?

21. What is the key difference between Flexbox and CSS Grid?

22. What is the primary purpose of media queries in CSS?

23. What effect should you use to indicate a navigation link is being hovered over?

24. Which of the following is an advantage of using breadcrumbs in website navigation?

25. Which of the following selectors targets an element by its class attribute?

26. Which of the following best describes the purpose of semantic HTML tags?

27. According to the assignment instructions, the navigation menu includes which of the following links?

28. Which of the following is NOT a semantic HTML tag?

29. What does the W3C HTML Validator do?

30. Which CSS selector targets an element by its ID attribute?

31. Which CSS property controls the space outside the border of an element?

32. When structuring a webpage, which element is used to define different sections but not independent articles?

33. Why is cross-browser testing necessary?

34. What is the correct order of the CSS box model from innermost to outermost?

35. For the sidebar positioning on medium screens (601px – 900px), where should it appear according to the instructions?

36. Which tag is used to represent the main content of an HTML document?

37. Which of the following is NOT part of the CSS box model?

38. What is the advantage of semantic HTML for accessibility?

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

40. Which tag is used to group related links or content alongside the main content?

41. Which CSS selector targets elements by their class attribute?

42. What is the main purpose of media queries in responsive web design?

43. What is one function of a website footer?

44. What is the main difference between HTML and CSS?

45. What does the :hover pseudo-class do?

46. When using Flexbox to arrange navigation links, what layout direction typically aligns items horizontally?

47. Why is it important to validate HTML and CSS using W3C Validators?

48. When would you choose CSS Grid over Flexbox?

49. What is a breadcrumb?

50. Why should the <font> tag be avoided in modern HTML?