Post Reply 
 
Thread Rating:
  • 1 Votes - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Html Beginners Marathon-Introduction to Html
Author Message
kiyingi Offline
Super Moderator
******

Posts: 2
Joined: Sep 2009
Reputation: 0
Post: #1
Html Beginners Marathon-Introduction to Html
HTML is a markup language for describing websites, in other wards its a language used to create websites.
HTML is not a programing language but rather a markup language, A markup language is a system for annotating a text in a way which is syntactically distinguishable from that text.
HTML uses markup tags to describe web pages

HTML Tags

HTML markup tags are usually called HTML tags

* HTML tags are keywords surrounded by angle brackets like <html>
* HTML tags normally come in pairs like <b> and </b>
* The first tag in a pair is the start tag, the second tag is the end tag
* Start and end tags are also called opening tags and closing tags
10-04-2009 07:48 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump: