HTML - nützliche Beispiele
18.01.2012
Markup Validation Service
Check the markup (HTML, XHTML, …) of Web documents. http://validator.w3.org/[mehr]
Kategorie: HTML
iFrames - inline frame
HTML
<!-- iFrame Start -->
<iframe src="inhalt.html" width="400px" height="400px" marginheight="5" marginwidth="5" frameborder="0" scrolling="auto" allowtransparency="true" background-color="transparent"> Browser kann keine IFRames ! </iframe>
<!-- iFrame Ende -->
