html

Table of Contents

What is HTML ?

HTML represents Hyper Text Markup Language. It really is utilized to develop web pages markup language that is utilizing. HTML could be the mixture of Hypertext and Markup language. Hypertext defines the web link involving the website pages. Markup language is used to define the writing document within tag which describes the dwelling of webpages. This language is employed to annotate (take notes when it comes to computer system) text making sure that a device can understand it and correctly manipulate text. Many markup languages (example. HTML) tend to be real human readable. Language uses tags to establish just what manipulation has to be achieved from the text.

HTML is a markup language employed by the browser to govern text, images and other content, in order to show it into the format that’s needed is. HTML is made by Tim Berners-Lee in 1991. The first previously form of HTML had been HTML 1.0, but the very first variation that is standard HTML 2.0, posted in 1999.

HTML Document Example

HTML use Hello World !!!

<!DOCTYPE html>
 <html>
    <head>       
<title>This is title Example</title>
    </head>    
<body>      
<h1>This is a heading</h1>  
<p>Hello World !!!</p>    
</body>
</html>

Full Form HTML ???

Hyper Text Markup Language…


Related Posts

One thought on “HTML Introduction

Leave a Reply

Your email address will not be published. Required fields are marked *