Jetzt haste mich neugierig gemacht. Also dein Code hier ist voller Fehler:
	
	
		<html>
        <title>test1
        </title>          
    </head>      
    <body style=background-color:#000000;" link="#ffffff" vlink="#ffffff" alink="#ff0000">  
        <center>   
            <p style="color:black; font-family:arial; font-size:24px; padding:100px; border:5px solid darkred; width: 800px; height: 40px;  background-color: #ffffff;   text-align: left; text-valign: center; text-indent:-60px"  ><b>  1 </b>          
                <a href="http://www.google.com">     
                    <img src="banner1.jpg" style="width: 800px; height: 161px; position:relative; top:-90px; left:0px; right:auto; bottom:auto; display: block"/></a>       
                <span style="color:black; font-family:arial; font-size:18px; position:relative; top:-90px; left:320px; right:auto; bottom:auto;" >www.google.com        
            </p>    
            <p style="color:black; font-family:arial; font-size:24px; padding:100px; border:5px solid darkred; width: 800px; height: 40px;  background-color: #ffffff;   text-align: left; text-valign: center; text-indent:-60px"  ><b> 2 </b>          
                <a href="http://www.google.com">     
                    <img src="banner1.jpg" style="width: 800px; height: 161px; position:relative; top:-90px; left:0px; right:auto; bottom:auto; display: block"/></a>       
                <span style="color:black; font-family:arial; font-size:18px; position:relative; top:-90px; left:320px; right:auto; bottom:auto;" >www.google.com        
            </p>      
            <p style="color:black; font-family:arial; font-size:24px; padding:100px; border:5px solid darkred; width: 800px; height: 40px;  background-color: #ffffff;   text-align: left; text-valign: center; text-indent:-60px"  ><b>  3 </b>          
                <a href="http://www.google.com">     
                    <img src="banner1.jpg" style="width: 800px; height: 161px; position:relative; top:-90px; left:0px; right:auto; bottom:auto; display: block"/></a>       
                <span style="color:black; font-family:arial; font-size:18px; position:relative; top:-90px; left:320px; right:auto; bottom:auto;" >www.google.com        
            </p>    
        </center>      
    </body>   
</html>
	
			Alles anzeigen
	 
Dir Fehlt der Doctype ganz am Anfang. Dann ist es schon mal im IE so wie im FF. Ein Meta Element mit dem Zeichensatz UTF-8 fehlt auch.
Beim <body style=background-color hast du nach dem Gleichheitszeichen kein Anführungszeichen.
Diese Atttribute hier link="#ffffff" vlink="#ffffff" alink="#ff0000" gibt es nicht.
Das Element center gibt es nicht,  etc.
Ich hör jetzt mal auf und empfehle mal folgendes Tutorial zu lesen, damit du es richtig lernst:
http://www.peterkropff.de/site/html/html.htm
unter Tutorials findest du auch eine Praxisanwendung Schritt für Schritt.
Viel Glück
- - - Aktualisiert - - -
Jetzt haste mich neugierig gemacht. Also dein Code hier ist voller Fehler:
	
	
		<html>
        <title>test1
        </title>          
    </head>      
    <body style=background-color:#000000;" link="#ffffff" vlink="#ffffff" alink="#ff0000">  
        <center>   
            <p style="color:black; font-family:arial; font-size:24px; padding:100px; border:5px solid darkred; width: 800px; height: 40px;  background-color: #ffffff;   text-align: left; text-valign: center; text-indent:-60px"  ><b>  1 </b>          
                <a href="http://www.google.com">     
                    <img src="banner1.jpg" style="width: 800px; height: 161px; position:relative; top:-90px; left:0px; right:auto; bottom:auto; display: block"/></a>       
                <span style="color:black; font-family:arial; font-size:18px; position:relative; top:-90px; left:320px; right:auto; bottom:auto;" >www.google.com        
            </p>    
            <p style="color:black; font-family:arial; font-size:24px; padding:100px; border:5px solid darkred; width: 800px; height: 40px;  background-color: #ffffff;   text-align: left; text-valign: center; text-indent:-60px"  ><b> 2 </b>          
                <a href="http://www.google.com">     
                    <img src="banner1.jpg" style="width: 800px; height: 161px; position:relative; top:-90px; left:0px; right:auto; bottom:auto; display: block"/></a>       
                <span style="color:black; font-family:arial; font-size:18px; position:relative; top:-90px; left:320px; right:auto; bottom:auto;" >www.google.com        
            </p>      
            <p style="color:black; font-family:arial; font-size:24px; padding:100px; border:5px solid darkred; width: 800px; height: 40px;  background-color: #ffffff;   text-align: left; text-valign: center; text-indent:-60px"  ><b>  3 </b>          
                <a href="http://www.google.com">     
                    <img src="banner1.jpg" style="width: 800px; height: 161px; position:relative; top:-90px; left:0px; right:auto; bottom:auto; display: block"/></a>       
                <span style="color:black; font-family:arial; font-size:18px; position:relative; top:-90px; left:320px; right:auto; bottom:auto;" >www.google.com        
            </p>    
        </center>      
    </body>   
</html>
	
			Alles anzeigen
	 
Dir Fehlt der Doctype ganz am Anfang. Dann ist es schon mal im IE so wie im FF. Ein Meta Element mit dem Zeichensatz UTF-8 fehlt auch.
Beim <body style=background-color hast du nach dem Gleichheitszeichen kein Anführungszeichen.
Diese Atttribute hier link="#ffffff" vlink="#ffffff" alink="#ff0000" gibt es nicht.
Das Element center gibt es nicht,  etc.
Ich hör jetzt mal auf und empfehle mal folgendes Tutorial zu lesen, damit du es richtig lernst:
http://www.peterkropff.de/site/html/html.htm
unter Tutorials findest du auch eine Praxisanwendung Schritt für Schritt.
Viel Glück