Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 3608573

Browse files
authored
Clarify reference to head tags
1 parent e00327a commit 3608573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

responses/11-link-css.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ As an example, your `index.html` file might look like this:
2222
### :keyboard: Activity: Create a style to your site
2323

2424
1. Edit the `index.html` file in the `add-style` branch by [using this direct link](https://github.com/{{ user.username }}/{{ repo }}/edit/add-style/index.html) or going to the **Code** tab, selecting the `add-style` branch, clicking on the `index.html` file, and clicking the pencil :pencil: to edit.
25-
1. Inside the <head> tag, add the following `<link rel="stylesheet" href="styles.css">`.
25+
1. Between the `<head>` tags, add the following `<link rel="stylesheet" href="styles.css">`.
2626
1. In the _Commit changes_ section, enter a commit message that describes what you've done.
2727
1. Click on **Commit changes**.
2828

0 commit comments

Comments
 (0)