QUESTION IMAGE
Question
- how would you tell the computer to write m&ms? * 4 points <p> m&ms<p> <li>m &and<li/> <li> m& </li> <p. m& <li>
Brief Explanations
In HTML, to display an ampersand symbol (&) in text, you use the entity code &. The <p> tag is for paragraphs and <li> is for list - items. The correct way to display "M&M's" in a way that the computer (in an HTML - context) can interpret and display the ampersand correctly is to use the & entity code.
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
None of the provided options are correct. The correct HTML for displaying "M&M's" in a paragraph could be <p>M&M's</p>. If it were in a list - item, it could be <li>M&M's</li>.