-
Common CSS Instructions - Which Is Faster?
Sitepoint Members,
Which would be faster for loading a webpage:
CSS: div.firstimg{..presentation instruction here won't be used anywhere else on the page ....}
HTML: <div class="someimg" title=".." >....</a>
or
CSS: .firstimg{...presentation instruction here won't be used anywhere else on the page...}
HTML: <div class="someimg" title="..." >....</a>
Thanks,
Chris
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks