in reply to Re^7: Web forum markup language and the Monastery ([[...]])
in thread Web forum markup language and the Monastery
over<h1><font size = "3" color = "red">Heading</font></h1>
with a style sheet that says "big-red" should be displayed in a big red font.<p><span class = "big-red">Heading</span></p>
I do not think that many web authors who didn't use <h1>, but a <font> instead will if they go to CSS, suddenly will use logical markup. They'll just replace their font elements with span elements.
If I'd get a penny for every CSS enabled webpage that was hard or impossible to read when CSS is turned off in the browser, I'd be rich.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^9: Web forum markup language and the Monastery ([[...]])
by hardburn (Abbot) on Jan 19, 2005 at 15:58 UTC | |
by Anonymous Monk on Jan 19, 2005 at 18:08 UTC |