Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<h1></h1> thru <h6></h6>
<p></p>
<br />
<b></b>
<i></i>
<img src="picture.jpg" alt="My Picture" />
<table><tr><th> </th><tr><td> </td></tr></table>
<ul><li> </li></ul>
<ol><li> </li></ol>
a bit of css would enable you to wrap text around images and change the font to a sans-serif:
<style>
img {float:left}
body {font-family: arial, sns-serif}
</style>
Anybody but the blind, and some search engines (Google seems to be able to cope with PDFs). Why make your information less accessible than it needs to be?(PDFs) allowing pretty much anyone to read your document