InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 51. |
Define Forms In Xhtml ? |
Answer»
|
|
| 52. |
What Are The Three Sections In Xhtml Table? |
| Answer» | |
| 53. |
What Is The Difference Between Unordered List Element And Ordered List Element? |
| Answer» | |
| 54. |
What Is The Use Of Alt Attribute In Img Element? |
Answer»
|
|
| 55. |
Explain The Use Of Img Element ? |
Answer»
|
|
| 56. |
What Is The Use Of Linking Element In Xhtml? |
Answer»
|
|
| 57. |
Define Headers In Xhtml ? |
|
Answer» XHTML provides SIX headers(h1 through h6) for specifying the relative importance of information.Header ELEMENT h1 is considered the most significant header and is rendered in a LARGER font than the other five headers. Each successive header element(H2..h6)is rendered in a progressively smaller font. XHTML provides six headers(h1 through h6) for specifying the relative importance of information.Header element h1 is considered the most significant header and is rendered in a larger font than the other five headers. Each successive header element(h2..h6)is rendered in a progressively smaller font. |
|
| 58. |
Rules For Writing Xhtml Document ? |
| Answer» | |
| 59. |
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. |
|
| 60. |
What Are The Important Elements Of An Xhtml Document? |
|
Answer» Important ELEMENTS of an XHTML document are the HTML element ,the head element and the BODY element. Important elements of an XHTML document are the html element ,the head element and the body element. |
|
| 61. |
What Is Key Issue Of Xhtml? |
|
Answer» A KEY issue when using XHTML is the separation of the PRESENTATION of a DOCUMENT from the STRUCTURE of the information in the document. A key issue when using XHTML is the separation of the presentation of a document from the structure of the information in the document. |
|
| 62. |
Define Xhtml ? |
|
Answer» XHTML(Extensible Hybertext Markup Language) is a Markup language that SPECIFIES the format of the text that is displayed in a WEB browser such that microsoft’s Internet Explorer or Netscape.It is CROSS between HTML and XML. XHTML(Extensible Hybertext Markup Language) is a Markup language that specifies the format of the text that is displayed in a web browser such that microsoft’s Internet Explorer or Netscape.It is cross between HTML and XML. |
|