RAD Studio (Common)
ContentsIndex
PreviousUpNext
HTML Elements

Describes the various HTML tags used in RAD Studio for applications

Name 
Description 
The A (anchor) element designates the start or destination of a hypertext link. The anchor element requires the HREF= or the NAME= attribute to be specified and provides the following attributes and events.  
Unit 
Use this dialog box to specify a value and unit of measure for the CSS attribute selected from the Code Completion window.  
The DIV element is used with the CLASS= attribute to represent different kinds of containers and provides the following attributes and events.  
The HR element draws a horizontal rule in a document and provides the following attributes and events.  
The IMG element embeds an image or a video clip in the document and provides the following attributes and events.  
The INPUT element specifies a form input control and provides the following attributes and events.  
The SELECT element specifies a list box or dropdown list and provides the following attributes and events.  
The SPAN element lets you to define your own method of rendering, using style sheets and provides the following attributes and events.  
The TABLE element specifies that the contained content is organized into a table with rows and columns. Use the TR, TD, and TH elements in the container to create the rows, columns, and cells. The TABLE element provides the following attributes and events.
Tip: From the IDE main menu, choose View->Toolbars->HTML Table
to display a toolbar for formatting tables.  
The TEXTAREA element specifies a multi-line text input control and provides the following attributes and events.  
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!