Sunday, January 13, 2019

IFRAME EDITING THE BORDER

IFRAME EDITING THE BORDER :

The border of the Iframe can be edited and changed according to the needs , By default, an iframe has a black border around it . The Iframe border size , color and style can be changed with css .

EXAMPLE:-

<html>

<body>

<iframe src="edit_exiframe.htm" 
style="border:4px outset red">
</iframe>

</body>

</html>

OUTPUT:-
sk.

No comments:

Post a Comment

Internal Javascripts

Internal Javascripts :    The script code can be written directly into the HTML document. script code is placed in header of the docume...