Question: How do you add an id of heading to the following h1 element?
- `let dish =
Mac and Cheese
;` - `let dish =
Mac and Cheese
;` - `let dish =
Mac and Cheese
;` - `let dish =
Mac and Cheese
;`
Answer: The correct answer of the above question is Option B:`let dish = Mac and Cheese
;`