Skip to main content

Build an accessible profile cardpractice exercise

HTML5andCSS3 logoPRACTICE

A community directory needs a reusable member card. Build the card with meaningful HTML, then style it so the content is easy to scan.

Acceptance criteria

  1. 1.Wrap the profile in an <article> element.
  2. 2.Add an image with meaningful alternative text.
  3. 3.Include the name ‘Maya Patel’ in a heading.
  4. 4.Add an email link using a mailto: URL.
1
0 × 0

Output ready when you are

Press Run to render your code, or Submit to validate your solution.