From 04bb7c6f41c8b4b271cba2a4ae1386adf5658c63 Mon Sep 17 00:00:00 2001 From: jannypie Date: Tue, 14 Oct 2014 19:35:49 -0400 Subject: [PATCH] use correct wordage for em and strong Italics and bold should be styles set by css, emphasis and importance set by em and strong --- class1.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/class1.html b/class1.html index e00166f..610d7e9 100644 --- a/class1.html +++ b/class1.html @@ -494,7 +494,7 @@

Formatted text



-

* 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.

+

* 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.

@@ -502,7 +502,7 @@

Formatted text

Let's Develop it!

Let's add some content to our site!

Add one of each level of heading with 1-2 short paragraphs of text below each heading.

-

Italic and bold some text within a few paragraphs.

+

Create some emphasized and strong text within a few paragraphs.