what is html programming language..

 HTML INTRODUCTION 


what is html programming language, what is html scripting, html is programming language or not, why is html not a programming language , what is htmL programming language used for


What is  a html ..???

Html is an acronym which stands for hyper text Markup language in which is used for create web page and wen applications....


Example HTML Basic  programming  


<! DOCTYPE htnl >

<hmtl>

<head>

<title> page Tittle </title>

</head> 

<body>

<hi> my first Heading <h1>

<p> My first porgraph <p>


</body>

</html>

for example Explained ..


(i) The <!DOCTYPE HTML > declaration defines that this document is an HTML doument 

(ii) The <html> element is the root element of an HTML page 

(iii) The <head> Element contains meta in formation about the HTML page 

(iv) The <title > element specifies a title for the HTML page 

(v) The <body> element defines the document's Body and is a container for all the visible for all the             visible for all the visible content , such the headings, image tables .etc....

(vi) The <H1> element defines a large heading 

(vii) The <p> element defines a poragraph 



Post a Comment

0 Comments