Sunday 15 May 2011

HTMl : Filter Iframe Frame border Fliph FlipV Xray Gray Invert Blur




Filter: Filter is the property of Style and it is providing number of values like..

1.)Fliph ->            <img src="file:///F|/Demo/3.jpg" style="filter:'fliph()'">

2.)FlipV->            <img src="file:///F|/Demo/3.jpg" style="filter:'flipv()'">

2.)Xray ->            <img src="file:///F|/Demo/3.jpg" style="filter:'xray()'">

3.)gray - >            <img src="file:///F|/Demo/3.jpg" style="filter:'gray()'">

4.)Invert ->         <img src="file:///F|/Demo/3.jpg" style="filter:'invert()'">

5.)Blur ->             <img src="file:///F|/Demo/3.jpg" style="filter:'blur()'">

Iframe: By using this tag we can display the external webpage in our website. If you are using the frame set it will not allow the External WebPages along with our script. That is the problem of frameset. To display both script and external WebPages we are using Iframes.
Frame border: By using this property we can remove the Border of the iframe.
Scrolling: By using this property we can remove the scroll bars of iframe. The values of frame border and scrolling should be “no”.
Sample Script:
<html>
<img src="file:///C|/Users/ADMIN/Desktop/Final.png" width="200">
<br>
<iframe src="http://www.danphp.com" scrolling="no" frameborder="no" width="500" height="500">
</html>

Pre: By using this tag we can display the preformatted text.

<html>
<pre>
Welcome To Danphp
HTML Notes with Examples
</pre>
</html>
Save this file with .html extension.

Sapn: By using this tag we can provide the style to the text content.
<html>
<span style=”colo:’red’”>HTML Notes</span
</html>
Save this file with .html extension. 

1 comment:

  1. It's recommended that php notes eat 4-6 cookies a day to increase php notesr milk supply, and they really do work! Plus, they're packed with fiber and Omega 3's and lots of heart-healthy grains. This recipe courtesy of: http://www.danphp.com

    ReplyDelete