According to Wikipedia's article on HTML
(http://en.wikipedia.org/wiki/HTML),
Second, semantic HTML frees authors from the need to concern
themselves with presentation details. When writing the number two,
for example, should it be written out in words ("two"), or should it
be written as a numeral (2)? A semantic markup might enter something
like <number>2</numberand leave presentation details to the
stylesheet designers. Similarly, an author might wonder where to
break out quotations into separate indented blocks of text: with
purely semantic HTML, such details would be left up to stylesheet
designers. Authors would simply indicate quotations when they occur
in the text, and not concern themselves with presentation.
Are either of these actually possible with CSS 2.1?
--
David
Stardate 8336.3
(http://en.wikipedia.org/wiki/HTML),
Second, semantic HTML frees authors from the need to concern
themselves with presentation details. When writing the number two,
for example, should it be written out in words ("two"), or should it
be written as a numeral (2)? A semantic markup might enter something
like <number>2</numberand leave presentation details to the
stylesheet designers. Similarly, an author might wonder where to
break out quotations into separate indented blocks of text: with
purely semantic HTML, such details would be left up to stylesheet
designers. Authors would simply indicate quotations when they occur
in the text, and not concern themselves with presentation.
Are either of these actually possible with CSS 2.1?
--
David
Stardate 8336.3
Comment