Skip to content

Commit

Permalink
Merge pull request #2 from Phil94comp/master
Browse files Browse the repository at this point in the history
Adding Hgroup
  • Loading branch information
roebi authored Sep 19, 2023
2 parents dc889e4 + 26b7c00 commit 357b400
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,13 @@
Header text of 'section with articles'.
<hr>
</header>
<h2>Section with articles</h2>
<p>This tag is used to split a page into sections like Introduction, Contact Information, Details, etc.</p>
<p>Section defines the type of content.</p>
<p>A section can have nested sections.</p>
<!--Added hgroup to this group of text. Phillip Andrews-->
<hgroup>
<h2>Section with articles</h2>
<p>This tag is used to split a page into sections like Introduction, Contact Information, Details, etc.</p>
<p>Section defines the type of content.</p>
<p>A section can have nested sections.</p>
</hgroup>
<article>

<header>
Expand All @@ -115,12 +118,13 @@ <h2>Aside</h2>
Footer text of aside.
</footer>
</aside>

<h2>The article</h2>
<p>The article contains independent content that does not require any other context.</p>
<p>Articles will contain the specific contents in that type of section.</p>
<p>But placing article inside of section is good practice.</p>

<!--Added hgroup to this group of text. Phillip Andrews-->
<hgroup>
<h2>The article</h2>
<p>The article contains independent content that does not require any other context.</p>
<p>Articles will contain the specific contents in that type of section.</p>
<p>But placing article inside of section is good practice.</p>
</hgroup>
<footer>
<!-- footer of article -->
<hr>
Expand Down

0 comments on commit 357b400

Please sign in to comment.