Sunday, July 28, 2013

WHAT IS AN ANALOGY



Wednesday, July 24, 2013

TYPE OF TAGS IN HTML

There are two type of tags
  • Paired tag:

    It is define as a tag with companion tag e.g .....

  • singular tag:

    It is defined as a tag having no companion tag e.g
  • HTML DIV ELEMENTS:

    The <.div> is nothing more than a container for other tags much like the body tag div element are the black element and work behind the seenes togeher with other tags. div element
    Search Link


    DIV ELEMENT
  • WHAT IS HTML.?

    HTML

  • HYPER TEXT MARKUP LANGUAGE
  • It is a Language use to developed wep page.
  • It is interpreted by browser.
  • web page also called html documents.
  • Set for embeded code in text to add formulating and linking.
  • Tag in html documents.
  • Instruction embeded to text of documents. signal for browser the way through which text will appear of screen
  • All html tags begin with sign of less then(<) and close with sign of greather then(>)

    Color values and Hexadecimal codes

    Color

    Red

    Green

    Blue

    Hexadecimal

    Black 0 0 0 #000000
    White 255 255 255 #FFFFFF
    Red 255 0 0 #FF0000
    Green 0 192 0 #00C000
    Blue 0 0 255 #0000FF
    Yellow 255 255 0 #FFFF00