标签: css
我有两个例子:
<div class="hello"> <figure> text </figure> </div> <div class="hello"> <figure> text </figure> <figcaption></figcaption> </div>
通过CSS,如果不包含hello标签,是否可以仅将<figcaption> div定位为 ?
hello
<figcaption>
因此,在上面的示例中,我要定位第一个hello div ...