Jump to content

abile

Members
  • Posts

    0
  • Joined

  • Last visited

Previous Fields

  • Languages
    English

Contact Methods

  • Website URL
    http://www.abileosa.com

Profile Information

  • Location
    4th street, gandhipuram, coimbatore, india
  • Interests
    web designing, SEO Service

abile's Achievements

Newbie

Newbie (1/7)

0

Reputation

Single Status Update

See all updates by abile

  1. how to get difference between HTML background and CSS Background colur?

    1. Show previous comments  8 more
    2. abile

      abile

       

      Inline - using the style attribute in HTML elements

      Internal - using the <style> element in the <head> section

      External - using an external CSS file

       

    3. abile

      abile

      CSS background-color Property

      body

      {

      background-color:yellow;

      }

      h1

      {

      background-color:#00ff00;

      }

      p

      {

      background-color:rgb(255,0,255);

      }

    4. abile

      abile

      what is this?

      HTML tags are keywords (tag names) surrounded by angle brackets like <html>

    5. Show next comments  3 more
×
×
  • Create New...