Belajar membuat Frame inline di html #8



Frame inline adalah frame yang menampilkan informasi dalam sebuah web browser {frame dalam sebuah page web / halaman web}.
Contoh :
<html>
<head>
<title>frame inline</title>
</head>
<body>
<Iframe name=”11” src=”inline1.html”>web browser anda tidak mengsuprot frame inline</iframe>
</body>
</html>
Simpan dengan nama  :  frame_inline.html
Frame inline 1
<html>
<head>
<title>frame inline</title>
</head>
<body>
<h6>ini frame inline</h6>
<h5>ini frame inline</h5>
<h4>ini frame inline</h4>
<h3>ini frame inline</h3>
<h2>ini frame inline</h2>
<h1>ini frame inline</h1>
</body>
</html>
Simpan dengan nama  : inline1.html

0/Post a Comment/Comments

Lebih baru Lebih lama