QUESTION IMAGE
Question
- how would you tell the computer to write m&ms? *
<p> m&ms<p>
<li>m &and<li/>
<li> m& </li>
<p. m& <li>
Brief Explanations
In HTML, the ampersand symbol (&) needs to be encoded as & to be displayed correctly. Option C <li> M& </li> is the only one that correctly encodes the ampersand. The <li> tag is for list - item and <p> is for paragraph. The other options either have incorrect tag usage or incorrect encoding.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
C. <li> M& </li>