InterviewSolution
Saved Bookmarks
| 1. |
Which CSS property is Equivalent for the align attribute?(a) float(b) text-align(c) centre(d) float & text-alignI got this question in an interview for job.This key question is from CSS Versions topic in section CSS Fundamentals, Colors and Styling of CSS |
|
Answer» CORRECT answer is (a) FLOAT The explanation is: In the case of some elements such as |
|