What is HTML?
HTML means Hyper Text Markup Language. HTML was Introduced in 1995 by Tim Berner’s Lee, Ceo of W3C corporation.
HTML is used to develop web pages in static are dynamically.
HTML is an care insensitive language and error free language.
HTML is a plat form independent language.
HTML can executed by ”web browser” or by ”web server”.
Basic syntax of HTML :
<html>
<head>
<title></title>
</head>
<body>
</body>
</html>
No comments:
Post a Comment