HTML
HTML
WHAT IS HTML?
HTML is a web designing language used to create and design Web page. HTML stands for Hyper text markup language. It is a markup language instead of programming language.
HISTORY OF HTML
HTML was developed by Sir TIM BERNERS LEE in 1991 but was not released, it is published in 1995 as HTML 2.0 version. HTML 4.01 version was published in 1999 and was a main version of HTML.
PARTS OF HTML DOCUMENT
HEAD PART-
It contains all heads or tittle tags.
BODY PART-
It contains all main tags or information.
STRUCTURE OF HTML PROGRAM
<html>
<head> <title> HTML Intro</title></head>
<body bgcolor = "any colour" >
<p> This is a paragraph </p>
</body>
</html>
Comments
Post a Comment