HTML - nützliche Beispiele
Freitag, 4. Juni
Markup Validation Service
Check the markup (HTML, XHTML, …) of Web documents. http://validator.w3.org/[mehr]
Kategorie: HTML
iFrames - inline frame
HTML
<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>
