HTML and CSS Reference
In-Depth Information
Element/Attribute
Description
ƒƒƒsrc=” url
Indicates the document displayed within the frame
ƒƒƒsrcdoc=” text
Provides the HTML code shown in the inline frame (HTML5)
ƒƒƒwidth=” integer
Specifies the width of the frame in pixels
<img>ƒ</img>
Inserts an inline image into the document
ƒƒƒalign=” align
Specifies the alignment of the image with the surrounding content where align
is left, right, top, text textop, middle, absmiddle, baseline, bottom, absbottom
(obsolete)
ƒƒƒalt=” text
Specifies alternate text to be displayed in place of the image
ƒƒƒborder=” integer
Specifies the width of the image border (obsolete)
ƒƒƒdatafld=” text
Names the column from a data source that supplies bound data for the image
(IE only)
ƒƒƒdataformatas=”html|
ƒƒƒplaintext|text”
Specifies the format of the data in the data source bound with the image
(IE only)
ƒƒƒdatasrc=” url
Provides the URL or ID of the data source bound with the image (IE only)
ƒƒƒdynsrc=” url
Provides the URL of a video or VRML file (IE and Opera only)
ƒƒƒheight=” integer
Specifies the height of the image in pixels
ƒƒƒhspace=” integer
Specifies the horizontal space around the image in pixels (deprecated)
ƒƒƒismap=”ismap”
Indicates that the image can be used as a server-side image map
ƒƒƒlongdesc=” url
Provides the URL of a document containing a long description of the image
(obsolete)
ƒƒƒname=” text
Specifies the image name (obsolete)
ƒƒƒsrc=” url
Specifies the image source file
ƒƒƒusemap=” url
Provides the location of a client-side image associated with the image (not
well-supported when the URL points to an external file)
ƒƒƒvspace=” integer
Specifies the vertical space around the image in pixels (obsolete)
ƒƒƒwidth=” integer
Specifies the width of the image in pixels
<input>ƒ</input>
Marks an input field in a Web form
ƒƒƒalign=” align
Specifies the alignment of the input field with the surrounding content where
align is left, right, top, texttop, middle, absmiddle, baseline, bottom, or
absbottom (obsolete)
ƒƒƒalt=” text
Specifies alternate text for image buttons and image input fields
ƒƒƒchecked=”checked”
Specifies that the input check box or input radio button is selected
ƒƒƒdatafld=” text
Indicates the column from a data source that supplies bound data for the
input field (IE only)
ƒƒƒdataformatas=”html|
ƒƒƒplaintext|text”
Specifies the format of the data in the data source bound with the input field
(IE only)
ƒƒƒdatasrc=” url
Provides the URL or ID of the data source bound with the input field (IE only)
ƒƒƒdisabled="disabled"
Disables the input control
ƒƒƒform=" text "
Specifies the form to which the button belongs (HTML5)
ƒƒƒformaction=" url "
Specifies the URL to which the form data is sent (HTML5)
ƒƒƒformenctype=" mime-type "
Specifies the encoding of the form data before it is sent (HTML5)
ƒƒƒformmethod="get|post"
Specifies the HTTP method with which the form data is submitted
ƒƒƒformnovalidate=
ƒƒƒ"formnovalidate"
Specifies that the form should not be validated during submission (HTML5)
Search WWH ::




Custom Search