Learn Typography by Building a Nutrition Label - Step 1

Tell us what’s happening:
Describe your issue in detail here.

Your code so far

/* file: index.Ext.html */

<!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="UTF-8">
  <title>Nutrition Label</title>
</head>

<body>
  <h1>Nutrition facts</h1>
</body>
</html>

/* file: styles.Ext.css */

Your mobile information:

Infinix X650 - Android 8.1.0 - Android SDK 27

Challenge: Learn Typography by Building a Nutrition Label - Step 1

Link to the challenge:

You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!

Hi @mos7

Your h1 element should have the text Nutrition Facts .

You need to capitalise the second word.

For next time, describe the issue in your own words. Learning to communicate problems is a part of becoming a web developer.

Happy coding