Skip to content

Commit

Permalink
Merge pull request #15 from jannypie/patch-4
Browse files Browse the repository at this point in the history
use correct wordage for em and strong
  • Loading branch information
Cara-Jo committed Oct 15, 2014
2 parents 61a086a + 04bb7c6 commit b581934
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions class1.html
Original file line number Diff line number Diff line change
Expand Up @@ -494,15 +494,15 @@ <h3>Formatted text</h3>
<div class ="clear"></div>
<br/>
<br/>
<p>* Notice: em and strong are meant to indicate meaning through style. If you want to have italicized for appearance and not to communicate meaning, you should use CSS.</p>
<p>* Notice: em and strong are meant to indicate meaning through code. If you want to have italicized for style appearance and not to communicate meaning, you should use CSS.</p>
</div>
</section>
<!--develop it!-->
<section class="hide-pdf">
<h3>Let's Develop it!</h3>
<p class="left-align">Let's add some content to our site!</p>
<p class="left-align">Add one of each level of heading with 1-2 short paragraphs of text below each heading. </p>
<p class="left-align">Italic and bold some text within a few paragraphs.</p>
<p class="left-align">Create some <em>emphasized</em> and <strong>strong</strong> text within a few paragraphs.</p>

</section>

Expand Down

0 comments on commit b581934

Please sign in to comment.