我正在尝试div在我的旁边放置一个img tag,但div正在显示在下方img tag,但我想要它在旁边,我们怎么能img and div tag放在彼此旁边
 <img usemap="#ChartImageMap" src="@Url.Action("GetChart", "Home")" alt="Asp.Net Char" style="width:450px;height:300px;border-width:0px;" />
 <div id="map" style="height:300px;"></div>