HTML Help


[ Images || Links || Text Formats || Other Good HTML Help Links ]



Images

To make any image show up on a web page, simply type in

<IMG SRC="">. Inside the quotes goes the URL of the image you want. Also, in the same tag, if you want to align an image in the center, on the left of on the right of a web page, type in <IMG ALIGN="left, center, right">. In case an image is not loaded and you want some text to be loaded where the broken image is, simply type in <IMG ALT="text here">. If the image loads, though, the ALT parameter will not be shown. Here is an example of the ALT parameter used:

This is the ALT parameter being used

This is what an image tag would look like with the SRC, ALIGN, and ALT parameters used:

<IMG ALIGN="center" SRC="image.gif" ALT="Load Me!">

This script can be used in any order you choose.




Links

Making a link is easy. Just type in

<A href="">. Inside the quotes you should put the web site you want to make the link to.


Text Formats

There are many text formats. Bold, Italic, Underlined, Blinking Text, and so on. Anyway, let's get on with it. To get bold text, type in

<b>. To get italic text, type <i>. To underline your text, which is useful at the top of your page as a header, type <u>. And lastly, to make your text blink, type in <blink>. Don't overdo this one!




Other Good HTML Help Links

  • The "Home Page" Home Page

  • 1