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
<img> has two required attributes: <src> and <alt>.
So <img><src><alt>? Nah. Why the <>? And what scr and alt are for anyway? You might as well explain these too. Especially alt.
If I already know some HTML, alphabetical sorting is good but scrolling isn't. What about listing the tags without the explanations but linking them to the explanations?
If I don't know HTML then this I'm not sure what I should do with this list. Let's say I'm just interested in styling my text. How can I do that? Couldn't the tags pertaining to that topic be grouped together? *whines* See what I mean? ;)
no subject
And what scr and alt are for anyway? You might as well explain these too. Especially alt.
Oddly, "scr" and "alt" aren't listed among the permitted tags. So I'm not sure what use "img" is going to be...
no subject
Can you tell me where? I don't see any list on Post an Entry, the Quick Reply text area or the Mini Bio in profiles or in the Custom Text module area.
But scr and alt aren't tags. They're attributes as you said.
no subject
Ah-HAH! Here it is! When you hit "Preview" they show up: Allowed HTML: [a] [abbr] [acronym] [address] [area] [b] [bdo] [big] [blink] [blockquote] [br] [caption] [center] [cite] [code] [col] [colgroup] [dd] [del] [dfn] [div] [dl] [dt] [em] [font] [form] [h1] [h2] [h3] [h4] [h5] [h6] [hr] [i] [img] [ins] [kbd] [li] [map] [marquee] [ol] [p] [pre] [q] [s] [samp] [small] [span] [strike] [strong] [sub] [sup] [table] [tbody] [td] [textarea] [tfoot] [th] [thead] [tr] [tt] [u] [ul] [var] [xmp]
(Angle brackets replaced with [ ] so they'll display...
no subject
P.S.
They're not tags, they're attributes to be inserted into the textarea tag.
The xmp example prints as:
This is an example of text formatted with <xmp> attributes
To complete others' reports:
Examples for small, big, blockquote and h3 to h6 look like normal text to me.
And I'm with matgb on removing deprecated tags from the list.
no subject
The <img> HTML example should probably be displayed as something like <img src="image.png" alt="This is an image!"/> so that the user knows how to put the tag together.
As for the standards questions by
I also agree with the grouping idea. The alphabetical list is only good for the "what's this do?" line of thinking, which is generally the opposite of how one thinks when learning (X)HTML. Generally speaking, the person looking this stuff up will be thinking more along the lines of "how can I do this?" Also, even as an experienced web developer who knows what all the tags do, I found the list to be getting to the point of too long and distracting that it started becoming painful to read through. There's not much to differentiate between entries.
As far as the <h> tags go, it might be useful to provide more detailed explanation on another page about them. The heading tags don't always show up different sizes (and can be styled to not change size at all), but their significance goes beyond just visual size. They actually help non-graphical utilities (browsers, web spiders, etc) differentiate between sections and subsections in a web document. It's like the "Table of Contents" tool in MS Word, which uses the headings to create an outline to use as the ToC.
Credentials: Web developer for a respected consulting company, Bachelor degree in Computer Information Systems specializing in web development, and freelance web developer since 2000.
no subject
No, it doesn't. That's the
title=""
attribute.no subject
no subject
Whether or not it's supposed to is a different story, but in IE, it does.
no subject
no subject
If nothing else, it's good to know what browsers have what quirks.