C-04-Q048mediumsingle_mcq
Which code correctly writes using HTML formatting?
Which code correctly writes using HTML formatting?
- a
(a + b)<sub>2</sub> - b
(a + b)<sup>2</sup> - c
(a + b)<small>2</small> - d
(a + b)<big>2</big>
Which code correctly writes using HTML formatting?
(a + b)<sub>2</sub>(a + b)<sup>2</sup>(a + b)<small>2</small>(a + b)<big>2</big>