HTML Introduction #Part 1

HTML Introduction

what is HTML ?

                 HTML is stand Hyper Text Markup language. HTML is a used for creating a webpages for any websites.



Structure of HTML Page

    

    
    
     
<!DOCTYPE html>
<html>
<body>

<p>This is a paragraph.</p>
<p>This is another paragraph.</p>

</body>
</html>

copy the code and try yourself






Try it Yourself...

what you think about this article ??

Post a Comment

Previous Post Next Post