Computer Science, asked by RiyaThopate, 1 year ago

what is <caption>tag used for?
what is SRC? what is significance of <BR> tag?

Answers

Answered by PearlPatel26
6
<caption> tag is used for giving caption in html. SCR is the source from where image is taken. <BR> tag is used to give a line break .

PearlPatel26: your welcome
KrKrishna: hi
PearlPatel26: hi
sagarkashyap: good
Answered by Anonymous
3
1.caption tag is used to give the caption in a table in HTML as you can see the heading of the table without any border is given by caption tag.
2.src tag is the attribute of image type it is used to locate the image in the older version of HTML we have to give the full path of the image but in recent HTML are the updated version of HTML we just only have 2 give the name of the image and if the our webpage and image is located in the same folder then it automatically takes its path.
3. BR tag stands for break it means if you have to start the text from the new line then it is used for example
OUTPUT ==>
hi,
will you be my friend?

INPUT ==>
hi, <br> will you be my friend?

hope it helps you:-)

RiyaThopate: thanks
Anonymous: wlcm
Similar questions