NEW POSTS

IIBF CERTIFICATES TUTORIALS WITH VIDEOS IN HINDI: ARREAR CALCULATION FOR BANK STAFFS | How to pass IIBF AML and KYC in First attempt ? TOPIC 1 | TOPIC 2 | Last TOPIC | Foreign Exchange Operation- Part 1 | MSME-New Definition with Ninja Techniques | Bond Sensitivity, Macaulay’s Duration, Modified Duration or Volatility & Intrinsic Value

Wednesday, June 1, 2011

What is HTML?

HTML means Hyper Text Markup Language. It is not a programming language, it is a markup language (this language use TAG insted of code or function).

Example:
<html>
<title>first1</title>
<body>
Your Name here.
</body>
</html>
out put is: your name here.

No comments: