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

    Anthony Bourdain dead at 61

    It's so sad that his life ended so abruptly. I find it hard to believe that someone who is as rich and famous as he is could take his own life. It really goes to show you that depression knows no race, gender or financial status. My condolences to his family.
  2. T

    CSS Specificity

    One of the most difficult and confusing subjects for me to learn in CSS is "CSS specificity". It is knowing which selector would take precedence over the formatting of an element. I found this article explaining the topic on hand: https://css-tricks.com/specifics-on-css-specificity/ I hope...
  3. T

    When You Can't Get to Sleep

    When I can't sleep I would do the following things: 1) Turn on the Air Conditioner when it's hot. 2) Read a book or a comic book to make me sleepy. 3) Count backwards starting from 100. Prior to sleeping, in order for me to get a good night's rest I would turn off all gadgets an hour before...
  4. T

    margin vs padding?

    One thing to note about padding is that since it is inside the element the background color extends to it. If you want a separate background color for the padding, set the background-clip attribute to content-box and set the box-shadow attribute spread radius equal to the padding value. Refer...
  5. T

    The 3 basic formatting features of HTML

    I have to agree with the previous poster. In HTML5: Use <strong> in place of <b> to indicate importance. Use <em> in place of <i> to indicate emphasis of alternate text. Use the style "text-decoration" to put an underline on an element...
  6. T

    When did you start using HTML and Why?

    My first experience with HTML was when I was at work 5 years ago. I was assigned to a new team and one of the tasks that they do was updating News web pages for our clients website. Having no knowledge of HTML, I subscribed to the Safari Online library and read an online book on HTML there...
Back
Top