Skip to content

Commit

Permalink
Rename page-title id to first-heading (addresses Issue #14)
Browse files Browse the repository at this point in the history
  • Loading branch information
projectgus committed Nov 16, 2013
1 parent f44de1a commit 508ce8c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions core/structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ It looks just like this:

or this:

<div id="page-title">
<div id="first-heading">
<h1>The h1 tags indicates the primary header of the document</h1>
</div>

Expand All @@ -81,9 +81,9 @@ can have many attributes, in which case you separate them by spaces, as you'll
see soon. Attributes give information about an element in particular.

In this case, the `<div>` tag (which is used to *divide* groups of elements up)
has an `id` attribute assigned to `page-title`. That's telling us that this
section of the document is designed to hold the page's main title. You will
learn more about specific attributes later!
has an `id` attribute assigned to `first-heading`. That's telling us that this
section of the document is designed to hold the first heading shown on the
page. You will learn more about specific attributes later!

## Html and Head Elements

Expand Down

0 comments on commit 508ce8c

Please sign in to comment.