fix(challenges): moved the <em> tag inside the <p> tag
According to the "Use the em Tag to Italicize Text" challenge, the <em> tag should be placed inside the <p> tag. However, the following challenges have the <em> tag outside the <p> tag. I changed the order of these tags for those challenges
This commit is contained in:
committed by
Kristofer Koishigawa
parent
57dab6d81f
commit
128794d819
@ -528,7 +528,7 @@
|
|||||||
" <div class=\"cardContent\">",
|
" <div class=\"cardContent\">",
|
||||||
" <div class=\"cardText\">",
|
" <div class=\"cardText\">",
|
||||||
" <h4>Google</h4>",
|
" <h4>Google</h4>",
|
||||||
" <em><p>Google was founded by Larry Page and Sergey Brin while they were <u>Ph.D. students</u> at <strong>Stanford University</strong>.</p></em>",
|
" <p><em>Google was founded by Larry Page and Sergey Brin while they were <u>Ph.D. students</u> at <strong>Stanford University</strong>.</em></p>",
|
||||||
" </div>",
|
" </div>",
|
||||||
" <div class=\"cardLinks\">",
|
" <div class=\"cardLinks\">",
|
||||||
" <a href=\"https://en.wikipedia.org/wiki/Larry_Page\" target=\"_blank\" class=\"links\">Larry Page</a><br><br>",
|
" <a href=\"https://en.wikipedia.org/wiki/Larry_Page\" target=\"_blank\" class=\"links\">Larry Page</a><br><br>",
|
||||||
@ -606,7 +606,7 @@
|
|||||||
" <div class=\"cardText\">",
|
" <div class=\"cardText\">",
|
||||||
" <h4><s>Google</s>Alphabet</h4>",
|
" <h4><s>Google</s>Alphabet</h4>",
|
||||||
" ",
|
" ",
|
||||||
" <em><p>Google was founded by Larry Page and Sergey Brin while they were <u>Ph.D. students</u> at <strong>Stanford University</strong>.</p></em>",
|
" <p><em>Google was founded by Larry Page and Sergey Brin while they were <u>Ph.D. students</u> at <strong>Stanford University</strong>.</em></p>",
|
||||||
" </div>",
|
" </div>",
|
||||||
" <div class=\"cardLinks\">",
|
" <div class=\"cardLinks\">",
|
||||||
" <a href=\"https://en.wikipedia.org/wiki/Larry_Page\" target=\"_blank\" class=\"links\">Larry Page</a><br><br>",
|
" <a href=\"https://en.wikipedia.org/wiki/Larry_Page\" target=\"_blank\" class=\"links\">Larry Page</a><br><br>",
|
||||||
@ -696,7 +696,7 @@
|
|||||||
" <div class=\"cardText\">",
|
" <div class=\"cardText\">",
|
||||||
" <h4>Alphabet</h4>",
|
" <h4>Alphabet</h4>",
|
||||||
" <hr>",
|
" <hr>",
|
||||||
" <em><p>Google was founded by Larry Page and Sergey Brin while they were <u>Ph.D. students</u> at <strong>Stanford University</strong>.</p></em>",
|
" <p><em>Google was founded by Larry Page and Sergey Brin while they were <u>Ph.D. students</u> at <strong>Stanford University</strong>.</em></p>",
|
||||||
" </div>",
|
" </div>",
|
||||||
" <div class=\"cardLinks\">",
|
" <div class=\"cardLinks\">",
|
||||||
" <a href=\"https://en.wikipedia.org/wiki/Larry_Page\" target=\"_blank\" class=\"links\">Larry Page</a><br><br>",
|
" <a href=\"https://en.wikipedia.org/wiki/Larry_Page\" target=\"_blank\" class=\"links\">Larry Page</a><br><br>",
|
||||||
@ -770,7 +770,7 @@
|
|||||||
" <div class=\"cardText\">",
|
" <div class=\"cardText\">",
|
||||||
" <h4>Alphabet</h4>",
|
" <h4>Alphabet</h4>",
|
||||||
" <hr>",
|
" <hr>",
|
||||||
" <em><p>Google was founded by Larry Page and Sergey Brin while they were <u>Ph.D. students</u> at <strong>Stanford University</strong>.</p></em>",
|
" <p><em>Google was founded by Larry Page and Sergey Brin while they were <u>Ph.D. students</u> at <strong>Stanford University</strong>.</em></p>",
|
||||||
" </div>",
|
" </div>",
|
||||||
" <div class=\"cardLinks\">",
|
" <div class=\"cardLinks\">",
|
||||||
" <a href=\"https://en.wikipedia.org/wiki/Larry_Page\" target=\"_blank\" class=\"links\">Larry Page</a><br><br>",
|
" <a href=\"https://en.wikipedia.org/wiki/Larry_Page\" target=\"_blank\" class=\"links\">Larry Page</a><br><br>",
|
||||||
@ -856,7 +856,7 @@
|
|||||||
" <div class=\"cardText\">",
|
" <div class=\"cardText\">",
|
||||||
" <h4>Alphabet</h4>",
|
" <h4>Alphabet</h4>",
|
||||||
" <hr>",
|
" <hr>",
|
||||||
" <em><p>Google was founded by Larry Page and Sergey Brin while they were <u>Ph.D. students</u> at <strong>Stanford University</strong>.</p></em>",
|
" <p><em>Google was founded by Larry Page and Sergey Brin while they were <u>Ph.D. students</u> at <strong>Stanford University</strong>.</em></p>",
|
||||||
" </div>",
|
" </div>",
|
||||||
" <div class=\"cardLinks\">",
|
" <div class=\"cardLinks\">",
|
||||||
" <a href=\"https://en.wikipedia.org/wiki/Larry_Page\" target=\"_blank\" class=\"links\">Larry Page</a><br><br>",
|
" <a href=\"https://en.wikipedia.org/wiki/Larry_Page\" target=\"_blank\" class=\"links\">Larry Page</a><br><br>",
|
||||||
@ -936,7 +936,7 @@
|
|||||||
" <div class=\"cardText\">",
|
" <div class=\"cardText\">",
|
||||||
" <h4>Alphabet</h4>",
|
" <h4>Alphabet</h4>",
|
||||||
" <hr>",
|
" <hr>",
|
||||||
" <em><p>Google was founded by Larry Page and Sergey Brin while they were <u>Ph.D. students</u> at <strong>Stanford University</strong>.</p></em>",
|
" <p><em>Google was founded by Larry Page and Sergey Brin while they were <u>Ph.D. students</u> at <strong>Stanford University</strong>.</em></p>",
|
||||||
" </div>",
|
" </div>",
|
||||||
" <div class=\"cardLinks\">",
|
" <div class=\"cardLinks\">",
|
||||||
" <a href=\"https://en.wikipedia.org/wiki/Larry_Page\" target=\"_blank\" class=\"links\">Larry Page</a><br><br>",
|
" <a href=\"https://en.wikipedia.org/wiki/Larry_Page\" target=\"_blank\" class=\"links\">Larry Page</a><br><br>",
|
||||||
@ -1021,7 +1021,7 @@
|
|||||||
" <div class=\"cardText\">",
|
" <div class=\"cardText\">",
|
||||||
" <h4>Alphabet</h4>",
|
" <h4>Alphabet</h4>",
|
||||||
" <hr>",
|
" <hr>",
|
||||||
" <em><p>Google was founded by Larry Page and Sergey Brin while they were <u>Ph.D. students</u> at <strong>Stanford University</strong>.</p></em>",
|
" <p><em>Google was founded by Larry Page and Sergey Brin while they were <u>Ph.D. students</u> at <strong>Stanford University</strong>.</em></p>",
|
||||||
" </div>",
|
" </div>",
|
||||||
" <div class=\"cardLinks\">",
|
" <div class=\"cardLinks\">",
|
||||||
" <a href=\"https://en.wikipedia.org/wiki/Larry_Page\" target=\"_blank\" class=\"links\">Larry Page</a><br><br>",
|
" <a href=\"https://en.wikipedia.org/wiki/Larry_Page\" target=\"_blank\" class=\"links\">Larry Page</a><br><br>",
|
||||||
|
Reference in New Issue
Block a user