Name the value of ALIGN attribute that cannot be used with IMG tag
Answers
Answered by
0
Answer:
The default value of align attribute cannot be used with img tag.
The attributes used by img tag are:
ALIGN=left, ALIGN=right, ALIGN= middle , ALIGN=top, ALIGN=bottom
There are some attributes are also used by img:
ALIGN=texttop, ALIGN=absmiddle, ALIGN= absbottom
The left is used to float the image to the left margin, right is for right margin
top is for placed itself with the top of the tallest item in the line
middle is used to place the baseline of the current line with the middle of the image.
Answered by
0
The value of ALIGN attribute that cannot be used with the IMG tag is Center.
Explanation:
The IMG tag, ALIGN attribute has the following values.
- ALIGN=left - Aligns with the left margin.
- ALIGN=right - Aligns with the right margin.
- ALIGN=top - Aligns above the highest element in the line.
- ALIGN=texttop - Aligns above the highest text item in the line .
- ALIGN=middle - Aligns the base level of the current line with the center place of the picture.
- ALIGN=absmiddle - Aligns the center place of the current line with the center place of the picture.
- ALIGN=baseline - Aligns the "bottom of the picture" with the base level of the current line.
- ALIGN=bottom - Aligns the "bottom of the picture" with the base level of the current line.
- ALIGN=absbottom - Used to place the "bottom of the picture" with the bottom of the present line.
Similar questions