Related questions
Which browsers support the <embed> and <object> tags?
I am working on a department website that needs to be standards compliant (xhtml 1.0 transitional), but embedded flash keeps breaking the validation. We use the <embed> tag because we need to support most major browsers.
We can't use …
What does the HTML acronym "span" stands for?
I guess that <div> might actually stand for: "division" since it creates a division in the document by separating content before and after it. Am I right?
But <span> is a little bit more obscure on …