Skip to content

Commit

Permalink
Merge pull request microsoft#24 from mahinsagotra/mahinsagotra-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
softchris authored Nov 16, 2020
2 parents 6e0d4c0 + 904f3c7 commit 485e190
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 3-terrarium/1-intro-to-html/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Add a 'head' block to your document in between the opening and closing `<html>`

### HTML Tags

In HTML, you add tags to your .html file to create elements of a web page. Each tag usually has an opening and closing tag, like this: `<p>hello</p>` to indicate a paragraph. Create you interface's `<body>` by adding a set of tags inside the `<html>` tag pair; your markup now looks like this:
In HTML, you add tags to your .html file to create elements of a web page. Each tag usually has an opening and closing tag, like this: `<p>hello</p>` to indicate a paragraph. Create your interface's body by adding a set of `<body>` tags inside the `<html>` tag pair; your markup now looks like this:

### Task

Expand Down Expand Up @@ -220,4 +220,4 @@ Learn more about building sites for the web and mobile devices at [Microsoft Lea

## Assignment

[Practice your HTML: Build a blog mockup](3-terrarium/1-intro-to-html/assignment.md)
[Practice your HTML: Build a blog mockup](3-terrarium/1-intro-to-html/assignment.md)

0 comments on commit 485e190

Please sign in to comment.