What is the code for this Within the buildPizza field set ad
What is the code for this?
Within the buildPizza field set, add the sizes.png file as an inline image. Add the id sizeimage to the inline image.
Solution
<form>
   <fieldset id=\"buildPizza\">
<div id=\"sizeimage\">
 <img src=\"sizes.png\">
</div>
   </fieldset>
 </form>

