Jump to content

abile

Members
  • Posts

    0
  • Joined

  • Last visited

Status Replies posted by abile

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

    1. abile

      abile

      he value "inherit" is not supported in IE7 and earlier. IE8 requires a !DOCTYPE. IE9 supports "inherit"

    2. (See 13 other replies to this status update)

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

    1. abile

      abile

      An inline style can be used if a unique style is to be applied to one single occurrence of an element.

       

      To use inline styles, use the style attribute in the relevant tag. The style attribute can contain any CSS property. The example below shows how to change the text color and the left margin of a paragraph:

    2. (See 13 other replies to this status update)

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

    1. abile

      abile

      Definition and Usage

       

      The background-color property sets the background color of an element.

       

      The background of an element is the total size of the element, including padding and border (but not the margin).

       

    2. (See 13 other replies to this status update)

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

    1. abile

      abile

      what is this?

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

    2. (See 13 other replies to this status update)

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

    1. abile

      abile

      CSS background-color Property

      body

      {

      background-color:yellow;

      }

      h1

      {

      background-color:#00ff00;

      }

      p

      {

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

      }

    2. (See 13 other replies to this status update)

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

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

       

    2. (See 13 other replies to this status update)

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

    1. abile

      abile

      What is HTML?

       

      HTML is a language for describing web pages.

       

      HTML stands for Hyper Text Markup Language

      HTML is a markup language

      A markup language is a set of markup tags

      The tags describes document content

      HTML documents contain HTML tags and plain text

      HTML documents are also called web pages

       

    2. (See 13 other replies to this status update)

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

    1. abile

      abile

      Definition and Usage

       

      The <body> tag defines the document's body.

       

      The <body> element contains all the contents of an HTML document, such as text, hyperlinks, images, tables, lists, etc.

    2. (See 13 other replies to this status update)

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

    1. abile

      abile

       

      The DOCTYPE declaration defines the document type

      The text between <html> and </html> describes the web page

      The text between <body> and </body> is the visible page content

      The text between <h1> and </h1> is displayed as a heading

      The text between <p> and </p> is displayed as a paragraph

       

       

    2. (See 13 other replies to this status update)

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

    1. abile

      abile

      A simple HTML document, with the minimum of required tags:

      <html>

      <head>

      <title>Title of the document</title>

      </head>

       

      <body>

      The content of the document......

      </body>

       

      </html>

    2. (See 13 other replies to this status update)

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

    1. abile

      abile

      php tutorial in coimbatore

      www.abileosa.com

       

    2. (See 13 other replies to this status update)

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

    1. abile

      abile

      google map using html and java script

      www.blogger.com/blogger.g?blogID=3289587507049231493#allposts/postNum=0

       

    2. (See 13 other replies to this status update)

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

    1. abile

      abile

      php and mysql always together why?

      www.blogger.com/blogger.g?blogID=3289587507049231493#allposts/postNum=0

    2. (See 13 other replies to this status update)

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

    1. abile

      abile

      CSS background properties are used to define the background effects of an element.

      and css only used for make style in html even though it is not equal to html. from this css is the mostly helper of HTML.

    2. (See 13 other replies to this status update)

×
×
  • Create New...