I am trying to write statements in HTML to superimpose gip on the top of the text. I need help.
For example:
<html>
<head>
<title>test</title>
</head>
<body>
<h2>
What is your name?
<img src="image002.gif">
<img src="sold1.gif">
</body>
</html>
This program is supposed to superimpose imag002.gif on What is your name?
Any help will be appreciated.
For example:
<html>
<head>
<title>test</title>
</head>
<body>
<h2>
What is your name?
<img src="image002.gif">
<img src="sold1.gif">
</body>
</html>
This program is supposed to superimpose imag002.gif on What is your name?
Any help will be appreciated.