Polycom VR-6000 manual Basic Tags

Page 12

Developer’s Guide SoundPoint IP / SoundStation IP

Table Tags

Meta Information Tags

Unsupported elements and attributes are described in Unsupported XHTML

Elements on page A-1.

Basic Tags

The following basic tags are supported:

<!DOCTYPE>—Defines the document type

<!--...-->—Defines a comment

<!DOCTYPE>

The <!DOCTYPE> declaration is the very first thing in your document, before the <html> tag. This tag tells the browser which XHTML specification the document uses. XHTML 1.0 specifies three XML document types: Strict, Transitional, and Frameset.

XHTML Strict

Use this DTD when you want clean markup, free of presentational clutter.

For example,

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

XHTML Transitional

Use this DTD when you need to use XHTML's presentational features.

For example,

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

XHTML Frameset

Use this DTD when you want to use frames.

For example,

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">

This tag does not have any attributes.

2 - 2

Image 12
Contents SIP Trademark Information About This Guide Developer’s Guide SoundPoint IP / SoundStation IP Contents Developer’s Guide SoundPoint IP / SoundStation IP What is the Microbrowser OverviewWhat is Xhtml ApplicationsHow to Create Applications Microbrowser Application Development Supported Xhtml ElementsBasic Tags Link Tags Input TagsAttribute Value/s Description Method=get This method Method=post This methodInput Image Tags Img element defines an imageTable Tags Attribute Value/s Description Http Support Meta Information TagsMicrobrowser and the main Microbrowser Microbrowser User Interface Launching the Microbrowser Navigation and Form EditingChanging Configuration Parameters Developing an Xhtml ApplicationIdle Display Microbrowser Sample Applications For example, mb.proxy=10.11.32.1038080Http//WEBSERVERADDRESSPORT/PLCM/Sample.xhtml Getting the Path Where BMP File has to be Saved Http// Webserveraddress PORT/PLCM/AddStock.xhtml Troubleshooting XML ErrorsSymptom Problem Corrective Action Developer’s Guide SoundPoint IP / SoundStation IP Appendix Unsupported Xhtml ElementsTag Type Tag Description Basic Tags Character Format TagsTag Type Tag Description Output Tags Block TagsLink Tags Frame TagsTag Type Tag Description Input Tags List TagsImage Tags Tag Type Tag Description Table Tags Style TagsMeta Information Tags Tag Type Tag Description Programming Tags Developer’s Guide SoundPoint IP / SoundStation IP Index XHTML, definition