EMBED Element | EMBED Object

MS Office DHTML, HTML & CSS

 
Click to return to the DHTML, HTML & CSS home page    
EM Element | EM Object     event Object     DHTML Objects    

EMBED Element | EMBED Object


Allows documents of any type to be embedded.

HTML Syntax

<EMBED
    ALIGN=ABSBOTTOM | ABSMIDDLE | BASELINE | BOTTOM | LEFT | 
        MIDDLE | RIGHT | TEXTTOP | TOP
    ALT=text
    CLASS=classname
    CODE=filename
    HEIGHT=n
    HSPACE=n
    ID=value
    NAME=name
    SRC=url
    STYLE=css1-properties
    TITLE=text
    UNITS=value
    VSPACE=n
    WIDTH=n
>

Remarks

The EMBED element must appear inside the BODY element of the document.

Users need to have an application that can view the data installed on their computer.

The EMBED element is a block element and does not require a closing tag.

This element is available in HTML as of Microsoft® Internet Explorer 3.0, and in script as of Internet Explorer 4.0.

Members

Styles


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? write us!Internet Link

© 1999 microsoft corporation. all rights reserved. terms of useInternet Link.