I have some vegetables I'd like to cook by tomorrow. I don't want to shop for more food. I want to use what I have at home. Here is a list of what I have at home plus some spices in the spice rack. What is something delicious I can make for three people with these ingredients?
1. fresh...
In HTML the <img> tag does not have a close and </img> is meaningless.
In XHTML, the <img> tag *must* be closed. However, it can be closed in one of two ways:
<img src="foobar.jpg"></img>
OR
<img src="foobar.jpg" />