Monday, September 14, 2009

Know about HTML

HTML is not a programming language, its a presentation language used in World Wide Web. It is readable by browsers. HTML stands for Hypertext Markup language. HTML document contains text only.

HTML describes webpages. CSS (Cascading Style Sheet) is also used with HTML for defining the text layout and other elements in webpage.It contains javascript also. HTML is build with open and closed angled tags. Like <title> Page title </title>. If you want to know how the HTML tags look like, just Go to View menu in you browser's top navigation, and get View Source. That's enough to view the tags and structure.

No comments: