Zur Startseite wechseln

Impressum  |  Datenschutz  |  Kontakt
HTML




Der Inhalt ist erst nach dem Einloggen sichtbar


Aktuell geöffnete Datei: 'embed'

Zum Wechseln des Themas einfach ein neues Thema eingeben





HTML_embed

embed


Einfügen von Medien und Internetseiten


src

width
- nur px!

height
- nur px!

type
Internet Media Type oder MIME-Type (Multipurpose Internet Mail Extensions) gibt an, welche Art von Daten gesendet werden

- image/png | - image/jpg /bmp /gif /jpeg ... (ungebräuchlich wegen img)
- audio/ogg | audio/mpeg (.mp3) | audio/mp4
- video/mp4 | video/webm /mpeg /mp4 ...
- text/html /css /plain (.txt)
- application/pdf
- application/vnd.openxmlformats-officedocument.wordprocessingml.document (.docx)
- application/vnd.openxmlformats-officedocument.spreadsheetml.sheet (.xslx)
(es funktioniert idR. auch immer ohne type!)








































<embed src="Pfad" height="300px" width="300px" type="text/html">