Ivorygates (
ivorygates) wrote in
dw_docs2009-05-21 04:18 am
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[site community profile]](https://www.dreamwidth.org/img/comm_staff.png)
Entry tags:
What HTML tags can I use on Dreamwidth?
Somebody who isn't me needs to go over this:
http://www.dreamwidth.org/support/faqbrowse.bml?faqid=155
http://www.dreamwidth.org/support/faqbrowse.bml?faqid=155
no subject
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.
no subject
I think the reason the angle brackets on the xmp example don't show correctly is because
I don't know why Big, blockquote, q, small, sub, and sup are showing as regular text. Really.
It might be useful to do a second entry containing only the text formatting tags, but I also think there may be a need for an exhaustive alphabetical list. Opinions?
no subject
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.