feedback from WWW7

what's new with HTML V4.0 ? (1)

  1. almost all attributes that specify the presentation of an HTML document (e.g. colors, alignment, fonts, graphics, etc) have been deprecated in favor of style sheets
Previous slide Next slide Back to first slide View graphic version

Notes:

HTML V4.0 introduces a number of new features. i consider the introduction of style sheets and the depreciation of most attributes that specify presentation of an HTML document as the most important change. style sheets help to separate content from presentation, support a consistent layout (corporate design) and simplify the maintenance of web documents. Cascading Style Sheets (CSS) V2.0 became a recommendation just recently. but HTML is not bound to CSS, web clients should be able to handle any style sheet associated with an HTML document.