Skip to content

Commit

Permalink
Adding Hgroup
Browse files Browse the repository at this point in the history
I added an hgroup to the website on lines 93 and 122.
  • Loading branch information
Phil94comp authored Sep 18, 2023
1 parent dc889e4 commit 26b7c00
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 26b7c00

Please sign in to comment.