Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More guidelines on CSS USage and semantic HTML #5

Open
krhebbar opened this issue May 6, 2011 · 3 comments
Open

More guidelines on CSS USage and semantic HTML #5

krhebbar opened this issue May 6, 2011 · 3 comments
Labels

Comments

@krhebbar
Copy link

krhebbar commented May 6, 2011

Please add more guidelines on CSS USage and semantic HTML

@taitems
Copy link
Owner

taitems commented May 6, 2011

Is there anything in particular you're after, or should I just flesh out these sections more?

@krhebbar
Copy link
Author

krhebbar commented May 6, 2011

importance of semantics, code HTML (semantic) first and add css(presentation) later. not to code HTML for presentation.
Any HTML CSS design patterns, good practices.

@SteveBuell
Copy link

For images as list bullets, I suggest adding them via CSS eg.:
ul {
list-style-image: url(tips.gif);
}
rather than " ". That way when you want to change the bullets, you just change it in the CSS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants