Tutorial Pg.2
How to add text and images
Adding images is easy. To add the image type <img scr="location.html"> and the image should appear. If you want to change to width and height of the image use width="n" and height="n". Make sure that you place those in <img scr="location.html">.
|
<BODY>
<P> Add the text that you want here. Use <B>, <I> to change how the text appears. Examples Hi Hi Use <font size="n"> to change the size of the text. Example Hi Use <font color="n" or "000000"> to change te color of the text Examples Hi in RED by using the name Hi in RED by using 000000 Use <img src="Location.html"> to get the image |