Slide 16
Slide 16 text
Highlights in the history of HTML
•Before HTML4, presentational elements were introduced to
style the content like for bold, for italic,
for … center you know! Presentational attributes were also
being used like color, font-size.
•With the introduction of the element and the
ability to set the table border to zero, many developers
started using tables for creating layouts. This contradicted with
the main purpose of HTML; HTML defines the structure and
the content of the document.
•Cascading Style Sheets (CSS) emerged to define the
presentation of the document in terms of look and feel.