--%>

State the term XHTML

State the term XHTML?

E

Expert

Verified

XHTML is Extensible Hyper-Text Markup Language. It is a scripting language which authors can use to embed text tags in a text document to add formatting and structural information.
More exactly, XHTML provides authors the means to:

• Publish online documents along with text, headings, tables, photos and lists.

• Retrieve online information through hypertext links, on the click of a button.

• Design forms for conducting transactions along with remote services, for utilize in searching for information and making reservations, ordering products.

• Comprise spread-sheets, sound clips, video clips and other applications directly in their documents.

   Related Questions in Programming Languages

  • Q : Functions of states of the

    Mention the different states of the XMLHttpRequest an dalso describe their functions.

  • Q : Explain the common uses of XML Explain

    Explain the common uses of XML.

  • Q : What is Leverage Model-Based Design

    Leverage Model-Based Design: Model-based design provides useful hints of how a large system can be reduced so that its state space becomes searchable. If not inherently visible in the design (for example, by means of using a “State” design

  • Q : Define the term Interprocess

    Define the term Interprocess communication: It is the ability of two or more separate processes to communicate with each other.

  • Q : Define Anonymous object Anonymous

    Anonymous object: An object formed without an identifier. They are generally formed as array elements, actual arguments or method outcomes. For example:     private Point[] vertices = { &n

  • Q : Explain Parallel programming Parallel

    Parallel programming: It is a style of programming in which statements are not essentially executed in an ordered series but in parallel. The parallel programming languages make it simpler to produce programs which are designed to be run on multi-proc

  • Q : Explain the steps to design product If

    If not in production, how far did you obey the design and why did not you notice it in production?

  • Q : Explain Swing Swing : The Swing classes

    Swing: The Swing classes are portion of a wider collection termed as the Java Foundation Classes (abbreviated as JFC). The swing classes are stated in the javax.swing packages. They give a further set of components which extend the capabilities of Abs

  • Q : Explain the way to handle the mapping

    Explain the way to handle the mapping form.

  • Q : State Default label Default label : The

    Default label: The destination for all values employed in a switch statement expression which do not contain explicit case labels. The default label is not obligatory.