Wednesday, July 24, 2013

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
  • No comments:

    Post a Comment