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. L

    Change the font and size in ALT and TITLE

    These attributes are not intended for styling. These are support elements for the browser. However, if you want to add a bubble above the link, read about tooltips.
  2. L

    Fill rows

    table { border-spacing: 0; tr:nth-child(1), tr:nth-child(2), tr:nth-child(3) { td { background: #1C6EA4; } } } and voilà ;)
Back
Top