HTML Forums | An HTML and CSS Coding Community

Welcome to HTMLForums; home of web development discussion! Please sign in or register your free account to get involved. Once registered you will be able to connect with other members, send and receive private messages, reply to topics and create your very own. Our registration process is hassle-free and takes no time at all!

Search results

  1. J

    Fill rows

    I have the following style of HTML code but I want the background of the first 3 rows to be red <style> table { border: 1px solid #1C6EA4; background-color: #EEEEEE; width: 100%; text-align: center; border-collapse: collapse; } table td, table th { border: 1px solid #AAAAAA...
Back
Top