The ALIGN attribute of <P> tag cannot be take ________________ value.
(a) Right (b) Left (c) Justify (d) None of these
Answers
Answer:
answer (C) is the correct
Explanation:
s align specifies the alignment of the line. alignment can be set to right,left and center
The ALIGN attribute of the <P> tag can take the values "left", "right", "center", or "justify". Therefore, the correct answer is (d) None of these.
The ALIGN attribute is used to specify the horizontal alignment of the content within the <P> element.
When the value is set to "left" or "right", the content is aligned to the left or right margin, respectively. When the value is set to "center", the content is centered horizontally within the <P> element.
When the value is set to "justify", the content is stretched to fill the entire width of the <P> element, with extra space added between words as needed to create a straight edge on both the left and right margins.
Hence, The correct answer is (d) None of these.
Learn more at
https://brainly.in/question/12776267
#SPJ3