Daffodil International University

IT Help Desk => Programming Language => Web based Developer Forum => Topic started by: Sohel Rana on April 04, 2011, 11:33:02 PM

Title: What is HTML
Post by: Sohel Rana on April 04, 2011, 11:33:02 PM
HTML( hyper text markup Language)is not a programming language, it is a markup language. A markup language is a set or group  of markup tags.HTML is use to describe the web page.HTML is normally consist pair of tag like(<> and </>).these are called opening tag and ending tag respectively.It also another kind of tag (</>).

Now we see how to start HTML .For example here I use two kind of Tag .please type it notepad and save it with the HTML extension then create a HTML file and finally open the file.

Code: [Select]
<html>
    <body>
        Hello
       <br/>
        World
    </body>
</html>

Hopefully  you enjoy it

Sohel Rana
Dept. of CSE
ID:092-15-820