HASSELBACH-IT.de
IT SOLUTION | IT CARE | IT ASSISTANCE
Mittwoch, 22. Februar 2012   IT-Kompetenz für Ihren Arbeitsplatz — wir freuen uns auf Ihren Anruf oder Ihre E-Mail

  /  START  /  TUTORIAL  /  WEB DESIGN  /  HTML

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

18.01.2012

XHTML2

Informationen zu XHTML2. http://www.w3.org/TR/xhtml2/[mehr]

Kategorie: HTML

18.01.2012

HTML5

A vocabulary and associated APIs for HTML and XHTML. http://www.w3.org/TR/html5/[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 -->