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

Commit

Permalink
point out broken pages URL, fix direct link
Browse files Browse the repository at this point in the history
  • Loading branch information
brianamarie authored May 8, 2019
1 parent 4d15c07 commit 3c31faf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions responses/05-h1-tag.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Step 6: Add a header

Take a peek at your shiny new web page! It can be found at: https://{{user.username}}.github.io/{{repo}}/
Take a peek at your shiny new web page! It can be found at: <# TODO FIX URL https://{{user.username}}.github.io/{{repo}}/>

Headers create prominent text in the body of your web page. Headers come in different levels. For example, a header 1, or h1, is the largest, while a header 3, or h3, is smaller, and a header 6, or h6, smaller still. You can create headers in html using the h1, h2, h3, h4, h5, and h6 tags. Here's an example:

Expand All @@ -11,7 +11,7 @@ Headers create prominent text in the body of your web page. Headers come in diff
### :keyboard: Create a header for your web page


1. Edit the `index.html` file in your master branch by [using this direct link](https://github.com/{{ user.username }}/{{ repo }}/edit/master/index.html) or going to the **Code** tab, clicking on the `index.html` file, clicking the pencil :pencil: to edit the HTML.
1. Edit the `index.html` file in your master branch by [using this direct link]({{ repoUrl }}/edit/master/index.html) or going to the **Code** tab, clicking on the `index.html` file, clicking the pencil :pencil: to edit the HTML.
1. Between the body tags, add an opening `<h1>` tag, some content for the header, and a closing `</h1>` tag.
1. In the _Commit changes_ section, enter a commit message that describes what you've done.
1. Ensure you've selected _Create a new branch for this commit and start a pull request_.
Expand Down

0 comments on commit 3c31faf

Please sign in to comment.