5
Android: html में strings.xml
मैं उदाहरण के लिए यह html कोड प्रदर्शित करना चाहूंगा: <body> <p><b>Hello World</b></p> <p>This is a test of the URL <a href="http://www.example.com"> Example</a></p> <p><b>This text is bold</b></p> <p><em>This text is emphasized</em></p> <p><code>This is computer output</code></p> <p>This is<sub> subscript</sub> and <sup>superscript</sup></p> </body> मैं संसाधनों में HTML घोषित करके इसे एक डायलॉग …