html5 では、<figcaption>
css を使用せずにタグを下部ではなく上部に配置するにはどうすればよいですか。ここにスニペットがあります、
<figure>
<img src="img_pulpit.jpg" alt="The Pulpit Rock"
width="304" height="228" />
<figcaption>Fig1. - A view of the pulpit rock in Norway.</figcaption>
</figure>
のようなセマンティックな方法はあります<figcaption align='top'>
か?