<!DOCTYPE html>
<html dir="rtl">
<head><style>figure {
            border: 1px #cccccc solid;
            padding: 4px;
            margin: auto;
        }

        figcaption {
            background-color: black;
            color: white;
            font-style: italic;
            padding: 2px;
            text-align: center;
        }</style></head>
<body>

<h1>عنصر figure و figcaption به همراه CSS</h1>

<figure>
    <img src="https://www.bubbleslearn.ir/wp-content/uploads/2019/09/matin-boronsi-pc-main.jpg" alt="Matin Boronsi" style="width:100%">
    <figcaption>متین برونسی ، یک برنامه نویس ساکن ایران</figcaption>
</figure>

</body>
</html>