Ticker

6/recent/ticker-posts

Header Ads Widget

Responsive Advertisement

Introduction to HTML

 Introduction to HTML



HTML (Hyper Text markup Language ) is a scripting language. It is the main part of web page as well as web development. 

HTML is not a programming language means it has not any potential to make web page dynamic like other programming languages.


HTML is a simple code structure(tags and attribute) . It is easy to learn for beginners. Like if you take the <p> tag then the rule of  writing HTML code is 

<p>this is a sample text<p/>

after creating this you can use css to make the web page beautiful and javascript uses for make full web page dynamic.  





Post a Comment

0 Comments