10.3. HTML Statement

In HTML, you can place an image with the following statement:

<img src="barcode.asp?message=123443"/>

When you take the second approach, you must specify the size in screen pixels. The size is specified through attributes width and height, such as:

<IMG src="barcode.asp?message="1234567890" width="256" height="130" />