flick: (Default)

[personal profile] flick 2009-05-21 09:00 am (UTC)(link)
Although it's less accurate, I think it might be more *useful* to have an example of how <a href> works, rather than just <a>.

Some of them (eg, address, span), I can't see any use for on DW. On the other hand, if you're listing all the possibly tags then I guess they should all be there. Might it be worth breaking the tags into sections? Say, tables, lists, formatting, links and images, advanced?

For some others (eg, font, img) it might be useful to give an example of how they work.

Big, blockquote, q, small, sub, sup are showing as regular text, and h3 to h6 all look identical, for me (Firefox, with the pink site scheme).

The angle brackets in the xmp example aren't showing corrctly.

[personal profile] dragonwolf 2009-05-21 02:42 pm (UTC)(link)
Span is actually supposed to be used in place of font, which is deprecated.

For example, <span style="font-size:.8em"> a section of somewhat smaller text.</span>

It's used to style a line-level (as opposed to its block level counterpart, <div>) section of an element, either through inline styles, or an entry in an external stylesheet.