HTML Quick Reference



Frame Tags and Attributes
<FRAMESET>...</FRAMESET> Specifies the layout of subsections in the main browser window
<FRAMESET rows="value,value"> Defines the rows within a frameset
<FRAMESET cols="value,value"> Defines the columns within a frameset
<NOFRAMES>...</NOFRAMES> Provides alternate content for browsers that do not support frames
<FRAME src="?"> Defines the appearance and content of a single frame
<FRAME name="name"> Labels the frame for targeting by other frames
<FRAME marginwidth="#"> Sets the margin width of a frame
<FRAME marginheight="#"> Sets the margin height of a frame
<FRAME scrolling="value"> Creates a frame scrollbar
<FRAME noresize> Prevents the resizing of a frame


Form Tags and Attributes
<FORM>...</FORM> Generates a container for all form elements
<FORM action="url"> Designates the path of the script to process input from the form
<FORM method="get|post"> Instructs the browser how to interact with the form URL
<FORM accept="media type"> Defines which MIME types are supported by the server processing the form
<FORM accept-charset="text"> Defines which character sets are supported by the server processing the form
<FORM enctype="media type"> Defines the format of the submitted data
<OPTION> Defines each menu item
<SELECT name="NAME">...</SELECT> Generates a pull-down menu
<INPUT type="checkbox"> Generates a check box
<INPUT type="hidden"> Conceals a field from view
<INPUT type="image"> Generates an image that acts like a Submit button
<INPUT type="password"> Generates a one-line password box
<INPUT type="radio"> Generates a radio button
<INPUT type="text"> Generates a one-line text box
<INPUT type="submit"> Generates a Submit button (send form)
<INPUT type="reset"> Generates a Reset button (clear form)
©2008 WOWhostingCatalog.com. All Right Reserved. Privacy