HTML Inline Frame (a frame inside an HTML page) Code For Website - Learn About Website | DaddyFile

0

An iframe is used to display a web page within a web page.
Explain


Html Code:

<!DOCTYPE html>
<html>
<body>

<iframe src="http://www.daddyfile.com"></iframe>

</body>
</html>




Html Code Result:


If You Not Result Show Properly You can copy Html Code And past to notepad and Save to .html file then Open with your browser

Post a Comment

 
Top