
	function N314fun(){
	  N316="see Extensible Markup Language"
       N314=""+"\n\n"+N316
          alert(N314);
	
	}
    
	function N318fun(){
	  N320="Extensible Markup Language, or XML, is a method of labelling pieces of data by what kind of information they represent. XML is considered extensible because you can define tags to mean whatever you want. It is a language because basic syntax rules must be followed. On its own, an XML document does nothing. It requires computer software, such as a style sheet and a browser, to be processed for display or other purposes."
       N318=""+"\n\n"+N320
          alert(N318);
	
	}
    
	function N322fun(){
	  N324="see Document Type Definition"
       N322=""+"\n\n"+N324
          alert(N322);
	
	}
    
	function N326fun(){
	  N328="A Document Type Definition, or DTD, defines rules of structure that XML documents must follow. DTDs define mandatory and optional elements and attributes. They also define the order in which elements may appear. Many industries have standardized DTDs so that companies can exchange and process information regardless of computer platforms or software."
       N326=""+"\n\n"+N328
          alert(N326);
	
	}
    
	function N330fun(){
	  N332="A style sheet is a file that tells a Web browser how to display an XML document. The most common and possibly simplest style sheet is the Cascading Style Sheet."
       N330=""+"\n\n"+N332
          alert(N330);
	
	}
    
	function N334fun(){
	  N336="see Cascading Style Sheet"
       N334=""+"\n\n"+N336
          alert(N334);
	
	}
    
	function N338fun(){
	  N340="A Cascading Style Sheet, or CSS, is a type of style sheet that tells Web browsers how to display XML documents."
       N338=""+"\n\n"+N340
          alert(N338);
	
	}
    