Всем привет.
есть HTML пример:
<div class="new">
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the
<img src="test.jpeg" width="45"/>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s
<img src="image2.jpeg" width="300" height="300" />
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
<img src="image3.jpeg" width="50" height="50" />
</div>
как можно с этой страницы получить только первую картинку?
(ну и вообще как вытащить только изображение <img >)
учитывая что картинка не имеет например id и класса.