2#Html
Merhabalar Dinç Productions Takipçileri, alıştırmamıza geçelim 1-Iframe-hedef bir link Iframe dersi-hedef bir link dincproductions.blogspot.com Link'e tıklanınca iframe'ye yönlendirilir. Kodlar: <html> <body> <h2>Iframe dersi-hedef bir link </h2> <iframe src="" name="iframe_a" height="300px" width="100%" title="Iframe Example"></iframe> <p><a href="https://www.dincproductions.blogspot.com" target="iframe_a">dincproductions.blogspot.com</a></p> Dinç Productions Alıştırmaları <p>Link'e tıklanınca iframe'ye yönlendirilir.</p> </body> </html>