Skip to content

Commit

Permalink
Add note about refreshing in browser (addresses Issue #14)
Browse files Browse the repository at this point in the history
  • Loading branch information
projectgus committed Nov 16, 2013
1 parent 1a66034 commit f44de1a
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions core/structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,14 @@ let's add the body tags.
<body>
</body>

Everything that is written inside this tag will be displayed to the user.
Try to write some plain text between the body tags and check the file
in your browser.
Everything that is written inside this tag will be displayed to the user.
Add a `<body>` to your existing HTML document and then write some
plain text between the body tags and view it in your browser.

**TIP**: To reload the same HTML document in the browser, use the Reload
Current Page function (Ctrl-R or F5)

## Types of content

There are different HTML elements that we can use to indicate different types
of content in our document, like the <p></p> tags which we have already met.
Expand All @@ -159,7 +164,7 @@ Let's try writing a title, followed by a paragraph.
Heading elements are straightforward to understand. They start from h1 with the
biggest font and importance, going to h6 with the smallest font.

******
## Indentation

Are you wondering why we wrote the h1 and p tags *indented* inside
the body tags?
Expand Down

0 comments on commit f44de1a

Please sign in to comment.