--%>

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 : What is Hash function Hash function : A

    Hash function: A function employed to generate a hash code from the random contents of an object. The classes can override the hash Value method, inherited from the Object class, to state their own hash function.

  • Q : What is Cursor Cursor : This is a

    Cursor: This is a visual representation of the existing position of the mouse on the user's virtual desktop. Cursor shapes are frequently set to symbolize the current state of a program – utilizing an hour glass shape to point out that the user

  • Q : What is Static initializer Static

    Static initializer: An initializer prefixed with ‘static’ reserved word. The static initializer is stated outside the methods of its enclosing class, and might access only the static fields and methods of its enclosing class.

  • Q : What is an Instruction set Instruction

    Instruction set: The set of instructions which characterize a specific Central Processing Unit. The programs written in the instruction set of one type of CPU can’t usually be run on any other kind of CPU.

  • Q : Explain Imperative programming

    Imperative programming: The style of programming generally related with languages such as FORTRAN, C, Pascal and so forth. Imperative programming is differentiated from functional programming in that the previous is strongly tied to the idea of variab

  • 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 : Differentiate between RDO and ADO

    Differentiate between RDO and ADO?

  • Q : Define the term Constant Define the

    Define the term Constant: A variable whose value might not be changed. In Java, such are implemented by the final variables.

  • Q : Component which are used in 2nd layer

    What are the different types of component parts which are used in 2nd layer?

  • Q : What is message queue Describe the

    Describe the message queue?