please answer the question
Attachments:
Prathamattri2062:
which one
Answers
Answered by
1
Q. 19:
Container elements are those element which have to be closed since they have some content within them.
Eg- <html>, <form>, <body>,<table>
WHILE
Empty element are simply those tags which don't are not necessary to be closed.
Eg - <br>, <img>,<hr>
Q. 20:
Font tag is used to add some font properties to a block of text.
Options/Attributes are:
1.Face {for text font style}
2. Color {for changing color of text}
3. Size {for changing size of text}
Q. 21:
<img> tag is used to insert image on a webpage.
Its attributes are:
1. alt {to display alternate text if image fails to load on page}
2. src {to specify the source or path of image}
I HOPE THIS HELPS YOU OUT :)
Container elements are those element which have to be closed since they have some content within them.
Eg- <html>, <form>, <body>,<table>
WHILE
Empty element are simply those tags which don't are not necessary to be closed.
Eg - <br>, <img>,<hr>
Q. 20:
Font tag is used to add some font properties to a block of text.
Options/Attributes are:
1.Face {for text font style}
2. Color {for changing color of text}
3. Size {for changing size of text}
Q. 21:
<img> tag is used to insert image on a webpage.
Its attributes are:
1. alt {to display alternate text if image fails to load on page}
2. src {to specify the source or path of image}
I HOPE THIS HELPS YOU OUT :)
Answered by
0
Answer: 20.
<img> tag is used to add image to a html.
Attributes of <img> tag-
1. SRC (source)
2. Alt
3. Align
4. Width
5. Border
Similar questions