--%>

Explain the important thing to HTML document authors

Explain the important thing to HTML document authors.

E

Expert

Verified

For HTML document authors: This HTML element names are not case sensitive. Although XHTML element names are case sensitive. When you are converting existing HTML documents into XHTML documents, you will find lots of syntax errors regarding upper case letters used into HTML tags.

   Related Questions in Programming Languages

  • Q : Explain the java applets with a

      APPLET: an applet is an application designed to tra

  • Q : What is Bounded repetition Bounded

    Bounded repetition: The Repetition where statements within a loop's body are executed a fixed number of times and the number of times is established whenever the loop began. There is no control structure in Java which guarantees the bounded repetition

  • Q : Define Scope Scope : A language's scope

    Scope: A language's scope rules establish how broadly variables, methods and classes are visible in a class or program. The local variables contain a scope restricted to the block in which they are stated, for example. Private methods and variables co

  • Q : Explain Two dimensional array Two

    Two dimensional array: A two dimensional array is a continuous memory location having similar kind of data arranged in row and column format (such as a matrix structure). D

  • Q : Visual basic programming homework A

    A local car hire company has approached you to create a user-friendly computer program that will enable their hire operatives to send invoices to their customers. The operatives are not computer literate so a user-friendly, uncomplicated and robust interface is required. At presen

  • Q : State the term SOAP and explain its

    State the term SOAP and explain its relation with XML.

  • Q : What do you mean by java AWT What do

    What do you mean by the term java AWT? Describe in brief.

  • Q : Explain the steps to design product If

    If not in production, how far did you obey the design and why did not you notice it in production?

  • Q : Double clock signal in synchronous

    Describes the cases where you need to double clock a signal before presenting this to a synchronous state machine?

  • Q : Define the term Case label Case label :

    Case label: The value utilized to select a specific case in a switch statement.