Determine incorrect tags in HTML

What is incorrect with my < br > Tags?

E

Expert

Verified

When you are used HTML syntax, you can write your <br> tags as into the paragraph below:
< p >
I love the way you look at me, < br >
Your eyes bright and blue. < br >
I love the way you help me, < br >
< /p >
But such paragraph will be invalid when XHTML documents, as all 4 < br > are not closed. You must change this to:
< p >
I love the way you look at me, < br/ >
Your eyes bright and blue. < br/ >
I love the way you help me, < br/ >
< /p >

   Related Questions in Programming Languages

  • Q : Grade someone activities Normal 0 false

    Normal 0 false false

  • Q : Define TCP endpoint TCP endpoint : It

    TCP endpoint: It is the combination of an IP address and Transmission Control Protocol (abbreviated as TCP) port number.

  • Q : Protocol stack of XML Web Services

    Explain the protocol stack of XML Web Services.

  • Q : Define Main method Main method : It is

    Main method: It is the beginning point for program execution public static void main(String[] args)

  • Q : Define the Binding of Instructions and

    Define the Binding of Instructions and Data to Memory?

  • Q : What is Reader class Reader class : It

    Reader class: It is sub-class of the Reader abstract, stated in the java.io package. Reader classes translate input from the host-dependent character set encoding into the Unicode.

  • Q : Define Accessor method Accessor method

    Accessor method: A technique specifically designed to offer access to a private attribute of a class. By convention, we name accessors with a get prefix followed by the name of the attribute being accessed. For example, the accessor for an attribute n

  • Q : Calculating Tax on an Order in SQL

    Process the following steps to make a procedure to compute the tax on an order. The BB_TAX table includes the states which need taxes to be submitted for Internet sales. When the state is not listed in the table, then no tax must be accessed on any order. Shopper&rsqu

  • Q : Explain Variable declaration Variable

    Variable declaration: It is the association of a variable with a specific type. It is significant to make a distinction among the declaration of variables of primitive types and such of class types. The variable of primitive type performs as a contain

  • Q : Illustrates database connection pooling

    Illustrates database connection pooling which is relative to MTS. Answer: This permits MTS to reuse database connections. Pooling of database connections are put to

©TutorsGlobe All rights reserved 2022-2023.