Category: Q&A
Q&A: How do you get plain text from HTML?
You can view the plain text from any of HTML tags: <p>, <h1>, <h2>, <h3> <h4>, <h5>, <h6>, <td> (inside a <tr> in a <table>), <th> (inside a <tr> in a <table>) and all text inside a tag are texts. Some of the text may disappear from the webpage. This is done by CSS, JS…
Q&A: What is the best HTML5 eReader around?
Firefox’s PDF.JS on http://mozilla.github.io/pdf.js/ is a good HTML5 eReader. It supports .pdf reading and can be installed without git. If you know how to edit the CSS codes there you can style your viewer. The disadvantage here is that there’s a problem when copying text from documents and not all older and mobile browsers are supported. Edit…