Change wording from "italicizing" to "emphasizing". Closes #7939.
This commit is contained in:
@ -546,10 +546,10 @@
|
||||
"description": [
|
||||
"Using jQuery, you can change the text between the start and end tags of an element. You can even change HTML markup.",
|
||||
"jQuery has a function called <code>.html()</code> that lets you add HTML tags and text within an element. Any content previously within the element will be completely replaced with the content you provide using this function.",
|
||||
"Here's how you would rewrite and italicize the text of our heading:",
|
||||
"Here's how you would rewrite and emphasize the text of our heading:",
|
||||
"<code>$(\"h3\").html(\"<em>jQuery Playground</em>\");</code>",
|
||||
"jQuery also has a similar function called <code>.text()</code> that only alters text without adding tags. In other words, this function will not evaluate any HTML tags passed to it, but will instead treat it as text you want to replace with.",
|
||||
"Change the button with id <code>target4</code> by italicizing its text."
|
||||
"Change the button with id <code>target4</code> by emphasizing its text."
|
||||
],
|
||||
"releasedOn": "November 18, 2015",
|
||||
"challengeSeed": [
|
||||
|
Reference in New Issue
Block a user