INTRO TO HTML



HTML also known by hypertext mark-up language. It is a standard language which uses CSS (Cascading Style Sheet) and JavaScript. Basically HTML helps us out to create our own website which is then allowed to be viewed and accessed by anyone who is connected to internet. It is easy as well as powerful too.


So a basic definition to HTML can be:



  • Hypertext, which means any word or text on which whenever you click you are directed to some other page by just having an appropriate internet connection. It is non-linear.

  • Markup is something which the HTML tags do to any text inside them. The text is marked to for example, Bold, Italic.

  • HTML is a language as it has syntax like other languages.


Working of HTML:



  • Firstly, what you have to do is write the code of HTML in a notepad or any editor which you like to use, using proper syntax and tags.

  • Then, save that file as .html or .htm extension.

  • Now you need to open up that file with any of the browser.


 


What are Tags?                                                                          


Tags are nothing but the one who are separating the code by normal words. These are the stuff which allows us to add tables, images, headings etc. Tags uses, angular brackets <>.


                                                                                                                                                                               

Editor: MUSKAN GUPTA Added on: 2020-06-07 18:26:22 Total View:337







Disclimer: PCDS.CO.IN not responsible for any content, information, data or any feature of website. If you are using this website then its your own responsibility to understand the content of the website

--------- Tutorials ---