Periodically some HTML attributes dealing with element properties are being
deprecated and the control is usually moved to CSS (which will be our next
topic). For exaample, the align attribute of <img> is deprecated as of HTML 4.01. You
can still use it in earlier versions (supported by old browsers). Later you will
learn to align images by using CSS...