--%>

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 : Define Java virtual machine or JVM

    Define Java virtual machine (JVM): A Java Virtual Machine (JVM) is an abstract computing machine, or virtual machine (set of computer software programs and data structures) which is a platform-independent execution environment that converts Java bytec

  • Q : What is Virtual desktop Virtual desktop

    Virtual desktop: The name employed to explain a user's graphical working area in a window manager. The name arises in the early days of graphical user interfaces whenever it was thought that such would lead to `paperless offices'. This was anticipated

  • Q : State the term VHDL or Verilog State

    State the term VHDL or Verilog? Answer: VHDL is extremely high speep integrated chips hardware descripted language as well as verilog is use to verify logic.

  • Q : Define Daemon thread Daemon thread :

    Daemon thread: The daemon threads are non-user threads. They are usually employed to carry out low-priority tasks which must not take priority over the major task of the program. They can be employed to do helpful work whenever all other user threads

  • Q : What is an Instance variable Instance

    Instance variable: It is a non-static field of a class. Each and every individual object of a class has its own copy of this field. This is in contrary to a class variable that is shared by all instances of class. Instance variables are employed to mo

  • Q : Write a program to display its negative

    Write a program in object code that reads a single digit decimal number and displays its negative in binary.  To do this, you must first read the number as a character and then convert it to its numeric value, as discussed in class.  Then, you're going to change this to a negative numbe

  • Q : What are the examples of microkernel

    What are the examples of microkernel?

  • Q : What are the applications of testing

    What are the applications of testing life cycle?

  • Q : Program to Calculate Estimate

    Collaboration Policy Collaboration between students on programming assignments is NOT allowed under any circumstances - you may not even discuss your work with other