Learn Typography by Building a Nutrition Label - Step 4

Tell us what’s happening:
Describe your issue in detail here.
It keeps telling me to put my two link elements inside the head element.
And sometimes it’s telling me to put two links within the head element.

Your code so far

/* file: index.Ext.html */

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>Nutrition Label</title>
  <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700,800" rel="stylesheet">_
  <link href="./styles.css" rel="stylesheet">  
</head>
<body>
  <h1>Nutrition Facts</h1>
  <p>8 servings per container</p>
  <p>Serving size 2/3 cup (55g)</p>
</body>c
</html>

/* file: styles.Ext.css */

Your mobile information:

iPhone - iOS15.8.2

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

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!

1 Like

Hi,
Your code passes for me. Try resetting and adding your code again. I hope it works.

il faut supprimer le “_” à la fin du premier link

3 Likes

as @marypreux said, remove “_” at the end of your first link. I didn’t notice that and it somehow still passed for me.

2 Likes

Hey Buddy, Here you kindly check what you typed by yourself.

When we write any extra character in out code, then when complier execute our code, then it is anable to regnognise it, so in result we see error.

So to avoid that make sure you only write your code and not extra character.

Or too test this you can do experiment by yourself.

Hope you understand.

1 Like

I get what your saying and am still checking for errors but it’s still not running

Hi
I’ve but still it has the same problem

Hi there!

Post your updated code here, without seeing your code, no one can answer your question.

Here is my updated code :

Nutrition Label

Nutrition Facts

8 servings per container

Serving size 2/3 cup (55g)

Nutrition Label

Nutrition Facts

8 servings per container

Serving size 2/3 cup (55g)

Here is my update code

Nutrition Label

Nutrition Facts

8 servings per container

Serving size 2/3 cup (55g)

You can add your code and then select all and ctrl + e. or just use preformatted text from the toolbar and add your code inside it.

1 Like

Hi I was able to get my code running thanks for all of your help

2 Likes