Merge pull request #24 from mahinsagotra/mahinsagotra-patch-1

Update README.md
pull/26/head
chris 4 years ago committed by GitHub
commit 485e190fee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -75,7 +75,7 @@ Add a 'head' block to your document in between the opening and closing `<html>`
### HTML Tags ### 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 ### Task

Loading…
Cancel
Save