Wednesday, February 12, 2014

04. CSS

42 comments:

  1. Replies
    1. 3 types of css
      1)external css
      2)internal css
      3)in-line css

      Delete
    2. there are three types of CSS
      1) Inline CSS
      2) Internal CSS
      3) External CSS

      Delete
    3. there are three types of css which is given bellow
      1) External CSS
      2) Internal CSS
      3) Inline CSS

      Delete
  2. Inline CSS, Internal CSS and External CSS

    ReplyDelete
  3. Three types of css
    1 external css
    2 internal css
    3 inline css

    ReplyDelete
  4. Three types of css
    1. inline css
    2. internal css
    3. external css

    ReplyDelete
  5. There are three types of CSS:
    1) Inline CSS,
    2) External CSS,
    3) Internal CSS.

    ReplyDelete
  6. 3 type of css
    1)-External css
    2)-Internal css
    3)-inline css

    ReplyDelete
  7. There are three types of CSS :
    1) Inline
    2) Internal
    3) Extternal

    ReplyDelete
  8. three types of css:
    1. inline
    2.external
    3.internal

    ReplyDelete
  9. Which symbol is used to define class and id in css?

    ReplyDelete
  10. css for class (".")(dot)
    css for id ("#")(hash)

    ReplyDelete
  11. To define class .(dot) Symbol is used
    To define id # Symbol is used

    ReplyDelete
  12. What is the role of background-position in css?

    ReplyDelete
  13. The background-position property sets the starting position of a background image.

    Tip: By default, a background-image is placed at the top-left corner of an element, and repeated both vertically and horizontally.

    ReplyDelete
  14. The role of background-position is to set the position of background i.e. top,left,right,center.

    ReplyDelete
  15. it sets the starting position of background image like top,center ,right,left.

    ReplyDelete
  16. set the position of background image

    ReplyDelete
  17. sets the starting position of background image

    ReplyDelete
  18. The role of background position:
    background position sets the position of background image like top,left,right,center ,and by default it's position is placed at the top-left corner of an element.

    ReplyDelete
  19. it is define perfect position for different content

    ReplyDelete
  20. Sets starting positionof background image.i.e. top and left.

    ReplyDelete
  21. It sets starting position of background image by LEFT and TOP position

    ReplyDelete
  22. the role of background position properties sets background. for example:- top- left

    ReplyDelete
  23. its starting position of the background image..eg:top,left

    ReplyDelete
  24. Which tag is to be used attch external css file to your html document? Give example.

    ReplyDelete
    Replies
    1. link tag is used for attaching css file with html document...

      Delete
  25. Link tag is to be used attch external css file to your html document
    Ex :- link type="text/css" rel="stylesheet" href="a.css"

    ReplyDelete
  26. Link tag is used.
    Example :
    link rel="stylesheet" type="text/css" href="filename.css"

    ReplyDelete
  27. This comment has been removed by the author.

    ReplyDelete