You can get multiple information about programing.

What is figure tag and fig caption tag in html with examples? - Programming info

What is figure tag and fig caption tag in html with examples?

 

What is figure tag and fig caption tag in html?

In simple words, We can say that figure tag and fig caption tag acts as parents of your child. Means that figure and fig caption tag is used to described title of your picture or image. When we search any image on chrome, We simply write the name of picture and then get the number of images related to this. This is because of figure and fig caption tag.

Example of figure and fig caption tag.

What is figure tag and fig caption tag in html

MY PET



How to use figure tag and fig caption tag in html?

let starts practice.

<html>
<head>
<title> use of fig and fig caption tag in html</title>
</head>
 <body> when you add image on screen ,then we have to enter the url of the picture such as location of picture, name of picture and then the file name of picture. 
 <figure style="border:5px solid pink;">
<img src="location of picture\name of picture.name of file such as png">
<figcaption>name of caption such as My pet</figcaption>
</figure>
 </body>
 </html>

     

Next Post Previous Post