Iyad's Html Help Page |

|
<html> <head> <title>My Home Page</title> </head> <body bgcolor=wheat link=blue vlink=darkviolet alink=blueviolet> <center> <h1>Iyad Abu-Jeib's Homework</h1> <img src = "cat.gif" alt = "cat"> <a href="MyPics.html"> <h3> Pictures </h3> </a> <p> <a href="MyInfo.html"> <h3> Information</h3> </a> <p> <a href="MyLinks.html"> <h3>Links </h3> </a> </center> </color> </body> </html>
|
Now let me mention some comments about the above:
<a href="MyPics.html"> <h3> Pictures </h3> </a>
this means jumb to the new page named: MyPics.html
The word Pictures is what will appear in blue in order for people to click on it.
<font color=green> My excellent university </font>
|
<html> <head> <title>Pictures</title> </head> <body bgcolor=pink link=blue vlink=darkviolet alink=blueviolet> <center> <h1>My Pictures</h1> <img src = "cat.gif" alt = "cat"> <p>This is my picture. <img src = "cat.gif" alt = "cat"> <p>This is another picture of me. <a href="index.html"> <h3>Back to the main page </h3> </a> </center> </color> </body> </html>
|
|
<center> <table border=1 bgcolor=cyan align=center width=44% cellborder=4 cellspacing=1> <tr> <td> <center> <h1> <font color=red> My Table </font> </h1> </center> </td> </tr> </table> </center>
|
|
<center> <table border=1 bgcolor=cyan align=center width=50% cellborder=4 cellspacing=1> <tr> <td> <center> <h1> <font color=red> Iyad1 </font> </h1> </center> </td> <td> <center> <h1> <font color=green> Iyad 2 </font> </h1> </center> </td> </tr> <tr> <td> <center> <h1> <font color=brown> Iyad 3 </font> </h1> </center> </td> <td> <center> <h1> <font color=olive> Iyad 4 </font> </h1> </center> </td> </tr> </table> </center>
|
<b> This is my homepage </b>
<i> This is my homepage </i>
<u> This is my homepage </u>
<body bgcolor=wheat link=blue vlink=darkviolet alink=blueviolet>
at the beginning of the page, by the line
<body bgcolor=yellow link=blue vlink=darkviolet alink=blueviolet>
In other words, the color which you'll have is the one which follows bgcolor=.
<body bgcolor=wheat link=blue vlink=darkviolet alink=blueviolet>
at the beginning of the page, by the line
<body background="cat.gif" link=blue vlink=darkviolet alink=blueviolet>
<center>My Homepage </center>
<img src = "cat.gif" alt = "cat" ALIGN=center>
<a href="http://www.ci.omaha.ne.us/"> Omaha Official Website </a>
The statement Omaha Official Website is what will appear in blue and will be underlined. In other words, it is the statement people are supposed to click on it.

Still More to Come ...
Back to the (No-Frames) main pageBack to the (Frames) main page |