Predmet:Iframe-postavljanje drugog linka u okvir
   
Sa iframe mozemo gledati neku drugu lokaciju u okviru nase stranice.
Moze biti vise okvra.
PreuzmiIzvorni kôd (Text):- <!DOCTYPE html> 
- <html> 
- <body> 
-   
- <h2><center>Iframe</center></h2> 
- <iframe src="https://www.icentar.ba" name="iframe" height="300px" width="100%" title="Forum iCentar"></iframe> 
-   
- <p><a href="https://www.icentar.ba" target="iframe">iCentar</a></p> 
- <p><a href="https://www.icentar.ba/icentar/docs.php?id=4" target="iframe">Pravila</a></p> 
-   
- </body> 
- </html> 
    
     Podrska samo putem foruma, jer samo tako i ostali imaju koristi od toga.