To include images inside a line of text, just add the <img> tag
at the appropriate point.
|
Example <html> <head> <title> Mulan </title><head> <body> <h1><img src="mulan.gif">Disney's Mulan</h1> </body> </html> Output result |
The <img> tag also includes an align attribute which
allows you to align the image upwards or downwards with the
surrounding text or other images in the line.
|