000211-1

How can you get a HTML page to display a custom-graphic symbol, on which users click in order to submit an HTML form?

Answer

Answer: The normal construct for this is

<INPUT TYPE=IMAGE SRC=url>

which produces a graphic-only button.

In HTML 4.0, there is also a construct

<BUTTON><IMG SRC=url></BUTTON>

which can put both graphics and text inside a browser-generated button on the screen.

List of exam questions