--%>

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 : Explain Cast Cast : Where Java does not

    Cast: Where Java does not allow the utilization of a source value of one type, it is essential to use a cast to force the compiler to admit the use for the target type. The care must be taken with casting values of primitive types, as this frequently

  • Q : CORBA In what respects did CORBA seek

    In what respects did CORBA seek to improve on technologies such as SunRPC?

  • Q : Depths of categories-subcategories

    Normal 0 false false

  • Q : What is an Unchecked exception

    Unchecked exception: An exception for which it is not needed to give a local try statement or to propagate through a throws clause stated in the method header. An exception which is not handled will cause program annihilation when it is thrown.

  • Q : Define the term Sibling sub classes

    Define the term Sibling sub classes: Classes which have similar immediate super-class.

  • Q : What is Memory leak Memory leak : It is

    Memory leak: It is a situation in which memory which is no longer being employed has not been returned to the pool of free memory. The garbage collector is designed to return unreferenced objects to the free memory pool in order to shun memory leaks.<

  • Q : What is Super type Super type : It is a

    Super type: It is a type with a child sub type. The sub-type or super-type relationship is more common than the sub-class or super-class relationship. An interface which is implemented by the class is a super type of the class. The interface which is

  • Q : Function overloading in C plus Function

    Function overloading in C++: The function name containing numerous definitions which are differentiable by the number or kinds of their arguments is termed as function overloading.

  • Q : Different layers in Windows Architecture

    Explain how many different layers comprise in Windows Architecture?

  • Q : Define the term Dynamic type Define the

    Define the term Dynamic type: This type of an object is the name of the class employed to construct it.