--%>

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 are the major issues related with

    What are the major issues related with multiprocessor caches and how might you resolve them?

  • Q : Concept of object oriented analysis

    Q. Explain the concept of object oriented analysis with explanation of all steps of analysis. 

    Q : Explain Array initializer Array

    Array initializer: This is an initializer for an array. The initializer takes the position of separate creation and initialization steps. For example, the initializer int[] pair = { 4, 2, };

    Q : Define Interpretational inner class

    Interpretational inner class: It is an inner class whose role is to give a view or interpretation of data belongs to its enclosing class, however independent of the data's real representation.

  • Q : What is a Software What is a Software :

    What is a Software: It is a program written to run on the computer.

  • Q : Explain Primitive Type Abstractions

    Primitive Type Abstractions: An effective way to reduce the state space of a program is to replace the primitive types with the corresponding abstractions that encapsulate all the possible operations that are performed on these types.

    Q : Problem on COBOL source code errors

    There are many errors in the following COBOL source code. Identify the errors and rewrite the program so that it contains no errors:IDENTIFICATION DIVISION   (Full stop required)PROGRAM ID. ERRORS-EXAMPLE.DATA DIVISION    (Fu

  • Q : Explain myriad of computer systems of

    Explain myriad of computer systems of your target users?

  • Q : Functions of states of the

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

  • Q : What is an Iterator pattern Iterator

    Iterator pattern: It is a common pattern in which the contents of a collection are iterated above in order. The Iterator pattern frees a client of data from requiring details of how the data is stored. This pattern is maintained by the Iterator and Li