HTML

 

                                 

                                         


                                  HTML...


                    HTML means ( Hyper Text Markup Language).. You can create your website
.
                    HTML is derived from a language SGML (Standard Graphics Markup Language ).

                   HTML is not programming language is true sense it is a markup language. 

                  HTML documents contain  HTML Tags and Plain. Is not sensitive case language .

HTML is Easy to Learn and Use.

HTML is very easy to learn and understand. For the one who is learning web development, HTML is the first and foremost language that the person will go through. It has simple tags and there is no hectic of case sensitivity in HTML. It simply has some tags that serve a specific purpose and that’s it. One can easily understand other’s code and can make changes in it if required as there is not a lot more to understand in it. Moreover, it does not throw any error or create any problem like other programming languages if the developer forgets to close the tags or make some mistakes in code.

HTML is Basic of all Programming Languages.

For the programmer to be either frontend or backend developer, one must have knowledge of HTML as it is the basic language and all the other languages integrate with it while coding like JavaScript, JSP, Php, etc.

*** HTML SYNTAX And EXAMPLE:

<html>  <head>.. <title>..</title> </head> .............. </html>





Example:



Comments

Post a Comment