Exercise 1.5 - Meaningful Sequence part 2

An e-shop has a card styling for displaying products. Even though the interface is straightforward for people with eyesight, there is a problem with screen readers. Because the heading is not the first element and there is an image before the heading, it's easy for that image to be missed.


Requirements

Pending requirement:

The heading must be the first element that is read by a screen reader followed by the product description and then the image.

Hint: You can use the flex layout to change the order of the elements displayed on screen!

Pending requirement:

Make sure not to change the way the product information is displayed!


Exercise 1.5 - Meaningful Sequence part 2

An e-shop has a card styling for displaying products. Even though the interface is straightforward for people with eyesight, there is a problem with screen readers. Because the heading is not the first element and there is an image before the heading, it's easy for that image to be missed.


Requirements

Pending requirement:

The heading must be the first element that is read by a screen reader followed by the product description and then the image.

Hint: You can use the flex layout to change the order of the elements displayed on screen!

Pending requirement:

Make sure not to change the way the product information is displayed!




Editor



Preview Page