0 votes
in HTML by

What happens when HTML is broken because of a bug in the code?

1. The browser replaces the broken HTML with a generic DIV element.

2. The browser stops rendering the HTML and waits until it's fixed.

3. The browser ignores that part of the code and jumps past it to the next thing it recognizes.

4. The browser guesses what you meant, and does its best to fix the bug itself. 

1 Answer

0 votes
by
Correct answer is :- The browser guesses what you meant, and does its best to fix the bug itself.
...