Advertisement
Guest User

Index.html

a guest
Apr 17th, 2012
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.59 KB | None | 0 0
  1. <html><head><title>Ma belle page</title></head><body bgcolor="grey">
  2. <center>
  3.  
  4. <h1><font color="red">News !!</font></h1>
  5.  
  6. <h2>Article 1 :</h2>
  7. <iframe src="Titre.htm" width="100%" height="30%">Contenu non chargé</iframe>
  8. <br><br>
  9.  
  10. <h2>Article 2 :</h2>
  11. <iframe src="Titre.htm" width="100%" height="30%">Contenu non chargé</iframe>
  12. <br><br>
  13.  
  14. <h2>Article 3 :</h2>
  15. <iframe src="Titre.htm" width="100%" height="30%">Contenu non chargé</iframe>
  16. <br><br>
  17.  
  18. <h2>Article 4 :</h2>
  19. <iframe src="Titre.htm" width="100%" height="30%">Contenu non chargé</iframe>
  20. <br><br>
  21.  
  22. </center>
  23. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement