相关疑难解决方法(0)

如何在html中标记图像的版权?

这是一个主要是语义的问题.我想在网站上放置带有版权的图片.我知道数字和figcaption元素,但figcaption似乎不是最好的标签.这是我需要的标题.如果我有这样的图像:

<figure>
  <img src="img/content/preview.jpg" alt="Alttext für das Bild" />
  <figcaption>Caption goes here</figcaption>
</figure>
Run Code Online (Sandbox Code Playgroud)

我在哪里放版权?

编辑:版权文字必须可见.

html html5 semantic-markup semantics

12
推荐指数
1
解决办法
5439
查看次数

标签 统计

html ×1

html5 ×1

semantic-markup ×1

semantics ×1