Skip to main content

Posts

Showing posts with the label What is html

WHAT IS HTML AND ITS BASICS | What is the use of html | What is html basic tag | by monika

😅Hi guys, I am going to discuss what is HTML  and its basics.😜         Before am going to discuss this topic I would like to give a little information about the browser. What is mean by a Browser? 👍 Browser is a client-side lightweight software takes HTTP request from a client to a server and renders Http response from the server to the client. Ex: ​Mozilla Firefox ​Google Chrome ​Internet Explorer ​IE Edge ​UC Browser ​Opera ​Apple Safari.......  How a Browser works? The browser consists of three very important layers. ​Presentation layer(UL)/ Front end ​Business logic layer/ middle( coding) ​Data Access layer/ Back end ( for storage)  Whenever the Http request from the client site (presentation layer)gets it is sent to the remote web server(business logic layer)request processed and then to go to the Database driver (Data access layer). After completion of request processing, the HTTP response coming from the database to the server and then to the client site. I think you got some