html-css
Installation
SKILL.md
Google HTML/CSS Style Guide
Official Google HTML and CSS coding standards for consistent web development.
Quick Reference
Golden Rules
- Semantic HTML — use appropriate elements
- Lowercase everything — tags, attributes, values
- Close all tags — even optional ones
- Use meaningful class names — describe purpose, not appearance
- Accessibility first — ARIA, alt text, semantic structure
- Mobile-first CSS — start with mobile, enhance for desktop
- BEM or similar — consistent naming methodology