I need to display icons with their names below them in a row from left to right, with proper spacing. Each icon should have its name displayed underneath it, for example "Icon1" under icon1 and so on. The tierGo
element does not contain any CSS styles.
<div id="tierGo">
<h1>Icon List</h1>
<img src="tinyIcons/icon1.png" style="margin-right:15px;" />
<img src="tinyIcons/icon2.png" style="margin-right:15px;" />
<img src="tinyIcons/icon3.png" style="margin-right:15px;" />
<img src="tinyIcons/icon4.png" style="margin-right:15px;" />
<img src="tinyIcons/icon5.png" style="margin-right:15px;" />
</div>