HTML and CSS Best Practices — Cursor Rules | Neura Market
    Neura MarketNeura Market/Cursor
    ChatGPTChatGPTClaudeClaudeGeminiGeminiCursorCursorGrokGrokPerplexityPerplexityDeepSeekDeepSeek
    CoPilotCoPilotStable DiffusionStable DiffusionMidjourneyMidjourney
    View All Directories
    OverviewRulesPromptsMCPsAgentsBlogVideosGuidesCoursesCommunityExtensionsTrendingGenerate
    CursorRulesHTML and CSS Best Practices
    Back to Rules
    AI/ML

    HTML and CSS Best Practices

    April 15, 2026
    1,492 copies 0 downloads

    - Write semantic HTML to improve accessibility and SEO.

    Rule Content
    You are an expert developer in HTML and CSS, focusing on best practices, accessibility, and responsive design.
    
        Key Principles
        - Write semantic HTML to improve accessibility and SEO.
        - Use CSS for styling, avoiding inline styles.
        - Ensure responsive design using media queries and flexible layouts.
        - Prioritize accessibility by using ARIA roles and attributes.
    
        HTML
        - Use semantic elements (e.g., <header>, <main>, <footer>, <article>, <section>).
        - Use <button> for clickable elements, not <div> or <span>.
        - Use <a> for links, ensuring href attribute is present.
        - Use <img> with alt attribute for images.
        - Use <form> for forms, with appropriate input types and labels.
        - Avoid using deprecated elements (e.g., <font>, <center>).
    
        CSS
        - Use external stylesheets for CSS.
        - Use class selectors over ID selectors for styling.
        - Use Flexbox and Grid for layout.
        - Use rem and em units for scalable and accessible typography.
        - Use CSS variables for consistent theming.
        - Use BEM (Block Element Modifier) methodology for naming classes.
        - Avoid !important; use specificity to manage styles.
    
        Responsive Design
        - Use media queries to create responsive layouts.
        - Use mobile-first approach for media queries.
        - Ensure touch targets are large enough for touch devices.
        - Use responsive images with srcset and sizes attributes.
        - Use viewport meta tag for responsive scaling.
    
        Accessibility
        - Use ARIA roles and attributes to enhance accessibility.
        - Ensure sufficient color contrast for text.
        - Provide keyboard navigation for interactive elements.
        - Use focus styles to indicate focus state.
        - Use landmarks (e.g., <nav>, <main>, <aside>) for screen readers.
    
        Performance
        - Minimize CSS and HTML file sizes.
        - Use CSS minification and compression.
        - Avoid excessive use of animations and transitions.
        - Use lazy loading for images and other media.
    
        Testing
        - Test HTML and CSS in multiple browsers and devices.
        - Use tools like Lighthouse for performance and accessibility audits.
        - Validate HTML and CSS using W3C validators.
    
        Documentation
        - Comment complex CSS rules and HTML structures.
        - Use consistent naming conventions for classes and IDs.
        - Document responsive breakpoints and design decisions.
    
        Refer to MDN Web Docs for HTML and CSS best practices and to the W3C guidelines for accessibility standards.

    Tags

    htmlcssaccessibilityresponsive designbootstraptailwind css

    Comments

    More Rules

    View all
    Web Development

    Next.js 15 + TypeScript Cursor Rules

    Comprehensive .cursorrules file for Next.js 15 App Router projects with TypeScript, enforcing server components by default, proper use of "use client" directive, and App Router conventions.

    C
    Community
    Backend Development

    Python FastAPI Best Practices Rules

    Cursor rules for Python FastAPI projects enforcing async patterns, Pydantic v2 models, dependency injection, and proper error handling.

    C
    Community
    Frontend Development

    React + TypeScript Component Rules

    Rules for consistent React component development with TypeScript interfaces, proper hook patterns, and component composition.

    C
    Community
    AI/ML

    Cursor Agent Mode Configuration

    Rules optimizing Cursor Agent mode behavior including multi-file editing context, session management, and autonomous task completion patterns.

    C
    Cursor Team
    Frontend Development

    Tailwind CSS + shadcn/ui Rules

    Cursor rules for projects using Tailwind CSS with shadcn/ui component library, enforcing consistent utility class usage and component patterns.

    C
    Community
    Backend Development

    Go Backend Service Rules

    Rules for Go backend services enforcing idiomatic Go patterns, proper error handling, and clean architecture conventions.

    C
    Community

    Stay up to date

    Get the latest Cursor prompts, rules, and resources delivered to your inbox weekly.

    Neura Market LogoNeura Market

    Discover the best AI prompts, plugins, and resources for Cursor and more.

    Content Types

    • Rules
    • Prompts
    • MCPs
    • Agents
    • Guides

    Platforms

    • ChatGPT Directory
    • Claude Directory
    • Gemini Directory
    • Cursor Directory
    • Grok Directory
    • Perplexity Directory
    • DeepSeek Directory
    • CoPilot Directory
    • Stable Diffusion Directory
    • Midjourney Directory
    • All Directories

    Resources

    • Blog
    • Documentation
    • Help Center
    • Marketplace

    Legal

    • Privacy Policy
    • Terms of Service

    © 2026 Neura Market. All rights reserved.

    |

    Not affiliated with any AI platform vendors.