4

我有一个块引用标签,我可以在里面放入作者姓名的语义标签吗?例如:

<blockquote>Anyone who has neber made a mistake has never tried anything new 
-<author>Einstein</author>
</blockquote>

<author>不是一个实际的html标签,有没有合适的标签?

4

1 回答 1

3
    <blockquote>Anyone who has neber made a mistake has never tried anything new -
 <cite>Einstein</cite>
    </blockquote>
于 2017-06-08T00:51:16.660 回答