Exercise:
Alert the HTML content of <p>.
Hint: Use the html() method.
Edit This Code:
See Result »
This is some
bold
and
italic
text.
Result:
Show Answer
Correct Code:
This is some
bold
and
italic
text.
Correct Result:
Hide Answer