If you want to find out how to create a specific HTML element using WebObjects Builder, see the topic listed in the following table:
| To create this element: | With this HTML tag: | See this topic: |
|---|---|---|
| Address | <ADDRESS> | Using the Static Elements Palette |
| Block quote | <BLOCKQUOTE> | Using the Static Elements Palette |
| Definition lists | <DL>, <DD>, <DT> | Using the Custom Tag |
| Form elements | <FORM>, <INPUT>, <SELECT> | Creating Form-Based Dynamic Elements |
| Frames | <FRAME> | Using the Custom Tag |
| Header elements | Any element that belongs inside <HEAD>...</HEAD> | Setting Page Attributes |
| Headings | <H1> through <H6> | Using the Static Elements Palette |
| Horizontal rule | <HR> | Using the Static Elements Palette |
| Hypertext link | <A> | Creating Hyperlinks |
| Image | <IMG> | Creating Images |
| Line break | <BR> | Type a carriage return |
| Ordered lists | <OL>, <LI> | Using the Static Elements Palette |
| Paragraph | <P> | Using the Static Elements Palette |
| Preformatted text | <PRE> | Using the Static Elements Palette |
| Table | <TABLE> | Creating Tables |
| Typographic elements | <STRONG>, <EM>, <FONT> | Setting Font Attributes |
| Unordered lists | <UL>, <LI> | Using the Static Elements Palette |
| WebObjects | <WEBOBJECT> | Creating Abstract Elements |