Toolbox panel
You can use the Toolbox panel to drag HTML elements, form controls and ASP.NET controls onto your web pages. The code Microsoft Expression Web creates when you drag an item onto your page depends on the DocType declaration in your page. For example, if your DocType is HTML, when you drag a BREAK element onto the page, Expression Web creates a <br> tag. If your DocType is XHTML, Expression Web creates a <br /> tag.
For more information about DocTypes, see Set document type information.

| Drag HTML elements from the Tags section of the Toolbox panel to your page. |
| Drag form controls from the Form Controls section of the Toolbox panel to your page. For more information, see Getting user input with forms. |
| Drag media types from the Media section of the Toolbox panel to your page. For more information, see Adding media to pages. |
| Drag ASP.NET controls from the ASP.NET Controls section of the Toolbox panel to your page. For more information, see ASP.NET standard controls. |



