的组词(的草坪)

lxf2023-03-18 07:12:02

HTML & lt;图标题& gt标签

的组词(的草坪)

Internet Explorer 9、Firefox、Opera、Chrome和Safari支持

注意:Internet Explorer 8和更早版本不支持

定义和用法

& lt图标题& gt标签定义了图形元素的标题。

"图标题& quot元素应该放在“figure & quot元素的第一个或最后一个子元素的位置。

浏览器支持

所有主流浏览器都支持

HTML 4.01和HTML 5的区别

& lt图标题& gt标签是HTML 5中的新标签。

示例

在带有标题的文档中用作插图的图像:

<!DOCTYPE html> <html> <body> <p>The Pulpit Rock is a massive cliff 604 metres (1982 feet) above Lysefjorden, opposite the Kjerag plateau, in Forsand, Ryfylke, Norway. The top of the cliff is approximately 25 by 25 metres (82 by 82 feet) square and almost flat, and is a famous tourist attraction in Norway.</p> <figure> <figcaption>Fig.1 - The Pulpit Rock, Norway.</figcaption> </figure> </body> </html>

那是HTML