Ответ 1
Здесь вы можете посмотреть документацию WebView .
Среди других замечательных бит информации вы найдете:
// OR, you can also load from an HTML string:
String summary = "<html><body>You scored <b>192</b> points.</body></html>";
webview.loadData(summary, "text/html; charset=utf-8", "utf-8");
// ... although note that there are restrictions on what this HTML can do.
// See the JavaDocs for loadData() and loadDataWithBaseURL() for more info.
очень близко к началу страницы.