Explain the way to write the opening tag of an XHTML element

Explain the way to write the opening tag of an XHTML element.

E

Expert

Verified

While you are writing an XHTML element, you should start along with its opening tag that contains the name of the element and attributes when required. The opening tag is involved within a pair of angle brackets as: "<" and ">".
XHTML: this element names are predefined through the XHTML specification. You can’t make up any tag names. Now there are some good illustrations of XHTML element opening tags as:

• < html > - It is opening tag of the html element.

• < head > - It is opening tag of the head element.

• < title > - It is opening tag of the title element.

• < body > - It is opening tag of the body element.

• < p > - It is opening tag of the p element.

• < script > - It is opening tag of the script element.

   Related Questions in Programming Languages

©TutorsGlobe All rights reserved 2022-2023.