InterviewSolution
| 1. |
Difference Between Html And Xhtml? |
|
Answer» In HTML,it is to specify the document’s content, STRUCTURE and formatting.Formatting might specify where the browser placed an ELEMENT in a WEBPAGE or the fonts and colors used to display an element. In XHTML, allows only a document’s content and structure to APPEAR in a valid XHTML document, and not its formatting.Normally such formatting is specified with cascading style sheets. In HTML,it is to specify the document’s content, structure and formatting.Formatting might specify where the browser placed an element in a webpage or the fonts and colors used to display an element. In XHTML, allows only a document’s content and structure to appear in a valid XHTML document, and not its formatting.Normally such formatting is specified with cascading style sheets. |
|