How do you ensure a website is responsive and accessible?
Sigiloso
I build layouts using CSS Grid/Flexbox and test across breakpoints. For accessibility, I follow WCAG guidelines — proper heading structure, alt text, ARIA labels, keyboard navigation, and sufficient color contrast.