SKsanjay krishnainsanjaykrishnam.hashnode.dev·Nov 26, 2022 · 2 min readCSS Box ModelBox model Everything is CSS is considered as a box and all of the styling applied based on the box properties of the element. It is important to understand these because if we have good grip in box model it will be easy to create complex layouts and ...00
SKsanjay krishnainsanjaykrishnam.hashnode.dev·Nov 21, 2022 · 3 min readCSS, Selectors and its typesCSS Cascading Style Sheets (CSS) is used in styling the webpages, it is written inside HTML . It describes how the elements should be rendered on to screen like what size ,color ,position etc. CSS selectors and its types selectors are used to select ...00
SKsanjay krishnainsanjaykrishnam.hashnode.dev·Nov 10, 2022 · 2 min readHTML and its TagsHTML HTML is a Hypertext Markup Language which is used to describe the contents of a web page. There are two parts in html head and body. In head u describe about the content like you give the title metadata ,etc. What you write in body is the conten...00
SKsanjay krishnainsanjaykrishnam.hashnode.dev·Nov 9, 2022 · 1 min readshort blog on webWhat is Server? A Server is nothing but a software program serves or provide service to another software program. the programs which are getting serviced are called clients. Web server is most commonly used server ,example of web servers are Apache ,...01S