Open part of html page
I want to open part of html page in UIWebView. I found good code, but I can't find tags, which I need.
I want to open only text (not title) and comments in different UIWebViews from URL (iOS version): http://sm开发者_运维技巧artfiction.ru/random?random
What tags I need to use?
Thank you very much.
so, texts starts with these tags :
h3 1 h3 p А на самом деле...
Thy to use them.
精彩评论