Part 3: Building for All
Creating quality code goes beyond crafting visually appealing websites; it involves ensuring that everyone can access and enjoy a consistent experience with your application. In this section, we’ll learn how to build websites that are accessible and responsive, reaching a wider audience regardless of their circumstances. We’ll start by enhancing HTML and CSS to boost performance, followed by techniques to achieve responsiveness. We’ll also cover accessibility in depth. These three pillars form the foundation of a robust web application that delivers a superior user experience, regardless of the user’s device or condition.
This part contains the following chapters:
- Chapter 7, Using CSS and HTML to Boost Performance
- Chapter 8, Responsive Web Design and Media Queries
- Chapter 9, Ensuring Accessibility in HTML and CSS