Forums

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

Home Forums CSS Your help, opinions and overall constructive criticism please… :) Re: Your help, opinions and overall constructive criticism please… :)

#101933
wolfcry911
Participant

Here’s a couple more notes:

The center element disappeared in the late Jurassic period. Don’t use it (kidding aside its been deprecated for a long time).

Don’t use inline style attributes like align – they too have been deprecated in place of css.

This one isn’t as important, but try to use better class names than ‘style9’, ‘style11’. Also try to name them by what they do or their purpose, not what they look like (‘blue’ is also a terrible class name).

Learn inheritance. I see many of your styles have the same font declarations. You could put one font declaration on the body and everything would inherit that font. Then you change or override font or size, etc. when needed on specific elements.

Use the alt text in images appropriately – try to briefly describe the image, or in the case of text, write out the text.