Skip to content
This repository has been archived by the owner on Jul 24, 2020. It is now read-only.

Commit

Permalink
Fix typo and add link to gist
Browse files Browse the repository at this point in the history
  • Loading branch information
kfrn committed Aug 17, 2016
1 parent f71718b commit f2bce76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/html-fundamentals-TUTORIAL/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ A detailed walkthrough of HTML
- semantic elements
- <!DOCTYPE html>

### Excercise
### Exercise

Create a folder called `html-fundamentals` in your git repo, and a file called `index.html` inside it.

Expand Down Expand Up @@ -81,7 +81,7 @@ If you leave it off, some browsers may give you weird bugs. So use it and that's

Well, the truth is that this seems to change with every version of HTML, and with HTML5 it is something ridiculous. But who cares? What we really want to know is what is the minimum starting template for a *real* HTML page.

Here's a good one. You can make a [gist]() of it on GitHub and use it as the basis for all your HTML pages.
Here's a good one. You can make a [gist](https://gist.github.com/) of it on GitHub and use it as the basis for all your HTML pages.

```html
<!DOCTYPE html>
Expand Down

0 comments on commit f2bce76

Please sign in to comment.