I want to load the following HTML code in the android webview.
<!DOCTYPE html>
<html>
<body style = "text-align:center">
<img src="http://shiaislamicbooks.com/books_snaps/UR335/1.jpg" alt="pageNo"
height="100%" width="100%">
</body>
</html>
where http://shiaislamicbooks.com/books_snaps/UR335/1.jpg is a image link. i want to load this image in tag of above HTML. how can i embed above HTML code in webview of Android Please Help Thanks in advance

