Explain the good illustrations of closing XHTML elements

Explain the good illustrations of closing XHTML elements.

E

Expert

Verified

Some good examples are here of closing XHTML elements as follows:

• < html >...< /html >- It is closing the html element along with a closing tag.

• < head >...< /head > - It is closing the head element along with a closing tag.

• < title/ > - It is closing the title element instantly along with no content.

• <body>...< /body > - It is closing the body element along with a closing tag.

• < p >...< /p > - It is closing the p element along with a closing tag.

• < script/ > - It is closing the script element instantly along with no content.

   Related Questions in Programming Languages

  • Q : What is the QuickTest Pro testing

    What is the QuickTest Pro testing process?

  • Q : Define the term Graphical User Interface

    Graphical User Interface: A Graphical User Interface (abbreviated as GUI) is a part of a program which permits user interaction through graphical components, like menus, buttons, text areas, and so forth. Interaction frequently includes the usage of a

  • Q : Different compatibility types when

    What are the different compatibility types when creating a COM COMPONENT?

  • Q : What is High level programming language

    High level programming language: Languages like Ada, Java, C++, and so on which give programmers with features like control structures, classes, methods, packages, and so forth. Such features are mostly independent of any specific instruction set, and

  • Q : Define White space White space :

    White space: Characters employed to make visual spacing in a program. White spaces comprise space, tab, carriage return and the line feed characters.

  • Q : Is it possible to encode mathematics

    Is it possible to encode mathematics using XML?

  • Q : Asynchronous and synchronous postback

    Differeniate asynchronous postback and synchronous postback?

  • Q : Write a program that initializes an

    Write a program that initializes an integer array a[20] with values {0, 1, 2, 3, ...18, 19 - once each} then scrambles them up and prints the values in random order. For example: 19 2 3 8 11 1 4 17 7 15 9 0 16 12 18 13 5 6 10 14    

  • Q : Depths of categories-subcategories

    Normal 0 false false

  • Q : Define Applet Applet : The Applets are

    Applet: The Applets are Java programs based on the Applet or JApplet classes. They are closely related with the capability to give active content within the Web pages. They have numerous features that differentiate them from ordinary Java graphical ap

©TutorsGlobe All rights reserved 2022-2023.