1.

What is block level or inline elements of html?​

Answer»

In HTML, most elements are defined as BLOCK LEVEL or inline elements.Block level elements start from a new line. For example:

,

,
  • ,
      ,
      ,

      ,

    , 
    ,
    , etc.Inline elements are NORMALLY displayed without line breaks. For example: , , , , , , , etc.The
    element is a block-level element that is OFTEN used as a container for other HTML elements.


  • Discussion

    No Comment Found