Links, List, and Image Tags


Note:
If you leave the body tag blank of paramaters, the default browser colors are used which are usually a White or Gray Background, Black Text, Blue Links and Purple Visited Links. I am telling you this, because that's what I am doing on this section of the page.
< BODY >


Links
The < A > tag means the if you click on the text inside the tag you will be brought to the page specified in the HREF paramater.
< A HREF="html1.html" > here is what a link looks like!!! < /A > will make the following:

here is what a link looks like!!!

The link will send you to the file "Html1.html"


Bullets
The < LI > tag will place a bullet before the text and will cause and automatic place the bullet and the text on a new line. Note how there is NO closing tag.

< LI >This is a bullet! will cause:
  • This is a bullet!


    Graphics
    You can also place graphics on a web page using the < IMG > tag. Note how there is NO closing tag.
    < IMG SRC="image1.jpg" > causes:

    Note:
    Images must be in the gif or jpg format. bmp, pcx, tif, or any other form of pictures will not work on an html page.
    ¬HOME ¬Basic Text Commands --- Advanced Text Effects Tags®