HTML

  • Web Technology

    HTML
    Form
    Search engines
    Client server and peer to peer
  • What is HTML

    HTML is a "markup language" used to describe web pages. The letters HTML stand for "Hyper Text Markup Language". This language is made up of serveal and different HTML tags. HTML tags are keywords written inside angle brackets and changes the way the webpage looks. All tags must be used in pairs and the last tag in the pair must have a "/" before it as that will indicate the closing of that tag.









    HTML page structure

    HTML sample



    When the sample HTML code above is ran the outcome would be as shown below: