Rest of cosmetic changes -- simpler, black theme with easier-to-touch buttons and...
[zxing.git] / android / assets / html / about1d.html
1 <html>
2 <head>
3 <title>About 1D barcodes</title>
4 <link rel="stylesheet" href="style.css" type="text/css"/>
5 </head>
6 <body>
7 <p>Traditional barcodes, such as those printed on product packaging, are also known as <em>one
8   dimensional barcodes</em>. There are several types commonly used, including UPC and EAN. Most look
9   similar to this:</p>
10 <p style="text-align:center"><img src="../images/big-1d.png"></p>
11 <p>These 1D barcodes contain a unique code which typically describes a product, like a CD or a book.
12   You can look this code up on the internet to find prices, reviews, and more.</p>
13 <p>If you scan a book, you can also search the contents of the book for a word or phrase, and find
14   all the pages where it appears:</p>
15 <center><p><img src="../images/search-book-contents.jpg"></p></center>
16 </body>
17 </html>