Skip to main content

Posts

Showing posts with the label Html basic tag

How to create First application in Django | Application in Django | best way Application

😀  If you want to Develop a firsts application through then you can read this post completely  Give the detailed steps for building a simple application in Django. Here...the details steps for building a simple application in Django     step by step Excellent idea to help you make the new concepts, you are learning     as a beginner to a Django     Give the detailed steps for building a simple application in Django    it's really very most important: =>Django Installation     To install Django, first, visit Django official site (https://www.djangoproject.com) and      download Django by clicking on the download section. Here, we will see      various options to download The Django.  =>Django requires pip to start the installation. Pip is a package management system which is       used to install and manage packages written in python.       For Python 3.4 and higher versions, pip3 is used to manage packages. => In this tutorial, we are installing Django in the windows oper

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