Multiple choice technology programming languages

We have following break line tag is used in all browser


  1. tag works in all browsers


  2. is recommended now.


  3. tag not supported for IE, Mazola etc. works in all browsers


  4. is more will outdated

Reveal answer Fill a bubble to check yourself
A,B Correct answer
Explanation

The
tag is a self-closing element for line breaks. HTML5 allows
without the closing slash, but XHTML and earlier standards recommended
. Both syntaxes work in modern browsers, though the self-closing version is considered more standards-compliant.