Html 如何添加标题一张图片一张带有垂直图片的标题?

Html 如何添加标题一张图片一张带有垂直图片的标题?,html,image,Html,Image,我的代码是: <figure> <img src="url_image"> <img src="url_image"> <img src="url_image"> <figcaption style='width: 150px; text-align: center;'>ghjghjghj.</figcaption> </figure> 如何添加标题一

我的代码是:

 <figure>
      <img src="url_image">
      <img src="url_image">
      <img src="url_image">
       <figcaption style='width: 150px; text-align: center;'>ghjghjghj.</figcaption>
    </figure>

如何添加标题一张图片一张带有垂直图片的标题???

我不太确定我是否理解你的问题。请你详细说明你想做什么好吗。如果我的理解是正确的,你是想在第一张图片中添加标题

有关figcaptions和fig图像的更多信息,请参见此处

您可以根据需要应用css来设置标题和图像的样式