Example:
.modal-body{};
.table{};
.class{};
<html>
<body><p class= ".modal-body">sample body</p></body>
</html>
I have the above sample text stored in a variable and I want to display it in a textview or webView. Can anyone suggest me the way of doing it? I couldn't find solution I require.