Hi, there welcome to another part of (PROGRAMMING IN COMPUTERS) (BASICS) PART - 2. In the first part we have seen what are computer programs, in this part we will know about more details on HTML programming.
HTML (BASIC)
HTML is used to make webpages, this Programming Language is quite easier then other programming languages The current version of HTML is (HTML 5).
![]() |
| LOGO OF HTML 5 |
It is not Case - Sensitive Language, means if we will write a Program like this :
![]() |
| NOT CASE SENSETIVE |
![]() |
| NOT CASE SENSETIVE |
In the above 2 cases you can pick any one of them to start coding of your HTML program.
Now, we will see basic things of HTML :
1. TAGS : Tags are the basic tool of HTML to write the programs in it. For any function you will have to use TAGS. Also to start the Program you need to use Tags [ <html> ].





0 Comments