Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Presentational HTML – Semantically Useful or Deprecated?

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #22706
    nathanchase
    Member

    Do you use the <small> tag in your designs? Or the <b> or <i> tags instead of <strong> or <em> anymore? I posted on my blog about this topic and I was curious to see what the rest of you thought about it.

    #47594
    koewnet
    Member

    Using <small> is a very good way to point out the obvious – that it’s supposed to be small. Likewise for <big>. It’s also easier if you’re going to create a website that’ll work for mobile devices.

    Try to turn off your CSS, and see the difference when you use <small>/<big>. If you don’t use the tags, you can disable the CSS on my weblog.

    Why didn’t you mention <tt> in your blog post? Although it’s big-brother <code> rules town, the <tt>-tag is still in XHTML DTDs 8-)

    #47595
    nathanchase
    Member
    "koewnet" wrote:
    Why didn’t you mention <tt> in your blog post? Although it’s big-brother <code> rules town, the <tt>-tag is still in XHTML DTDs 8-)

    There’s definitely a whole slew of tags to get into more debate over… It’s pretty frustrating not knowing whether to use <tt>, <code>, or <pre> when showing code in a post… everyone seems to have their favorite.

    #47603
    koewnet
    Member

    <code> will usually be rendered in a monospaced font, but multiple spaces are collapsed, unlike in <pre>. This can screw up the spacing in your code if you want to provide more than one line.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Other’ is closed to new topics and replies.