OLD | NEW |
---|---|
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 | 2 |
3 <p> | 3 <p> |
4 The last pair should be repeated when nested beyond the number of pairs. | 4 The last pair should be repeated when nested beyond the number of pairs. |
5 You should see the below line printed twice. | 5 You should see the below line printed twice. |
6 </p> | 6 </p> |
7 | 7 |
8 ACCCDDDB<br> | 8 ACCCDDDB<br> |
9 ACCCDDDB | 9 ACCCDDDB |
OLD | NEW |