موضوع

تگ < figcaption > :

از تگ < figcaption > ، برای تعیین یک عنوان یا توضیح برای تگ < fiqure > استفاده می شود . این عنوان هم می تواند در ابتدا و هم در انتهای عنصر مادر قرار داده شود .

Example
مثال <p>
     ASP.Net is a very poewrfull language .
</p>

<figure>
      <img src="../Pic/ADS/ASP.gif" alt="ASP.Net" width="200" height="120">
      <figcaption>
            Figure 1 . ASP.Net
       </figcaption>
</figure>
خروجی

ASP.Net is a very poewrfull language .

ASP.Net
Figure 1 . ASP.Net

 

Copyright 2014. All rights reserved.