Alright, so off a website (that I don't own, so I can't modify it), I have this:
<body onload="do_cd();">
<div id="main_container">
<div id="main_content">
<div class="container-fluid">
<div class="row-fluid">
<div class="span12">
<div class="well">
<div class="row-fluid">
<div class="span6">
<p>
<b>
And then all the closing tags.
In that <b>
portion , there is text. How do I extract that text in there and set a string with it?