--%>

Explain the relationship between XHTML and URL

Explain the relationship between XHTML and URL?

E

Expert

Verified

Uniform Resource Locator (URL) is a compact string illustration of the location for a Web document or other resource which is available on the Internet.

The Uniform Resource Locator of an XHTML document is generally the document file name prefixed along with the domain name of your Web server and the Hyper-Text Transfer Protocol name. Immediately you uploaded an XHTML document to a Web server, which document will have a URL to show its location on the Internet. For illustration, if you have a Web server along with domain name, and you have uploaded an XHTML document, then the URL of that XHTML document on the Internet.

   Related Questions in Programming Languages

  • Q : What is an Exception handler Exception

    Exception handler: It is a try statement which acts as an exception handler - a place where exception objects are dealt and caught with.

  • Q : State the term Web application State

    State the term Web application?

  • Q : Property Specifications of Java

    Property Specifications: The most straightforward way to specify and check simple safety properties in JPF is to use Java assertions inside the application under analysis. This allows the specification of properties that only depend on the application

  • Q : What is the way to render XForms What

    What is the way to render XForms?

  • Q : Explain Decrement operator Decrement

    Decrement operator: It is an operator (--) which adds one to its operand. This has two forms: pre-decrement (--x) and post-decrement (x--). In its pre-decrement form, the outcome of the expression is the value of its argument subsequent to the decreme

  • Q : Define Parallel programming Parallel

    Parallel programming or parrelel computing is the concurrent use of multiple compute resources to resolve a specified problem. Parallel program always comprises of concurrently executing processes, problem decomposition relates to the manner in which

  • Q : Define process group Define the process

    Define the process group?

  • Q : What is signal What is meant by the

    What is meant by the signal?

  • Q : What is Stack overflow Stack overflow :

    Stack overflow: Stack overflow takes place whenever too many items are pushed onto a stack with a finite or limited capacity.

  • Q : Define Heap Abstractions Heap

    Heap Abstractions: The class abstractions that we discussed above are obtained by abstracting each field of base type. The number of instances of that particular class still needs to be bounded; this results in an under-approximation that is still use