how can i extract the data inside this html code
<dl class="col1">
  <dt>Type:</dt>
  <dd><a href="/browse/102" title="More from this category">Audio > Audio books</a></dd>
i need to extract the
Audio > Audio books from the html code using regex in php
 
    