PTPrity Talukdarinprity7.hashnode.dev·Apr 10, 2023 · 2 min readJust Css Things !!!What is CSS and why use it ? Ans: CSS stands for Cascading Style Sheets. It's basically used to create good-looking websites by describing how the HTML elements are displayed on the screen. It also controls the layout of the website. We can add new ...00
PTPrity Talukdarinprity7.hashnode.dev·Mar 23, 2023 · 2 min readHTML, CSS & JavaScriptWhat is HTML? Ans : HTML stands for Hypertext markup language. It is a language used to create and structure context on the web. HTML is one of the most important concepts for web development. Ex: <HTML> <HEAD> <TITLE> PRITY<TITLE> </...00
PTPrity Talukdarinprity7.hashnode.dev·Mar 14, 2023 · 1 min readBasic Of HtmlHTML stands for Hypertext Markup language, it is a language used to create and structure the content of the web. Why it is called markup language? It is possible to easily open another page within a specific page through a web page, for this HTML is ...01B
PTPrity Talukdarinprity7.hashnode.dev·Mar 12, 2023 · 1 min readFront end & Back endFront end :The front end is that application that appairs in a client part and interacts with the user. Suppose we are making a web application for paying school fees. Here, the front end will be used for designing the web page, like where the studen...01B