Answer:
Option B is the correct answer for the above question
Explanation:
XHTML is an advanced version of HTML language which is recommended by W3C. It set the standard in 26-JAN-2000 for the XHTML which belongs to the family of HTML. XHTML is made with the help of XML and also used like XML. It used to create more secure websites.
The Above question asked about the W3C recommendation but the above paragraph described that XHTML is a W3C recommendation. Hence Option B is the correct choice answer. while the other is not because--
- Option A suggests HTML 4.01 which is the updated version of HTML only.
- Option C suggests XML which is used to data transfer only.
- Option D suggests about DHTML but XHTML is a W3C recommendation
<h2>The Examples Of Users:</h2>
<h2>
The Answers Are:</h2>
- Formatted summary of information from a database
- User-friendly interface for adding to or retrieving information from a database
- Stores raw data in a relational database
- Retrieves specific information from a database. Can also be used to update, edit, and remove data
<h2>
Hope it helps*^-^*All Correct!?</h2>
Answer:
1/2000
Explanation:
import java.util.Scanner;
public class InputExample {
public static void main(String [] args) {
Scanner scnr = new Scanner(System.in);
System.out.print("Enter birth month and date:");//comment this line if not needed
int birthMonth=scnr.nextInt();
int birthYear=scnr.nextInt();
String output= birthMonth+"/"+birthYear+"\n";
System.out.println(output);
}
}
if using this code the out put should be 1/2000