From 508ce8c6157b415ba55006399c387db18fde0314 Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Sat, 16 Nov 2013 11:43:35 +1100 Subject: [PATCH] Rename page-title id to first-heading (addresses Issue #14) --- core/structure.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/structure.md b/core/structure.md index 7c5dbbb..5242522 100644 --- a/core/structure.md +++ b/core/structure.md @@ -66,7 +66,7 @@ It looks just like this: or this: -
+

The h1 tags indicates the primary header of the document

@@ -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 `
` 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