GithubWhat is github? Github is a repository hosting platform which uses version control system. Now what is version control? Version control helps an organisation and it's individual developers to track and manage changes to a code through branchinh and m...Jan 24, 2023·2 min read
flexboxFor understanding the examples in the article consider the following code- <body> <div class="container"> <div class="item">one</div> <div id="flex" class="item">two</div> <div class="item">three</div> <div clas...Nov 20, 2022·2 min read
css selectorsConsider the following html code to understand examples given in the article: <h2> mayur's marks </h2> <ul> <p> <b>subjects and marks</b> </p> <li class="sub fav">ENGLISH-86</li> <li class="sub">HINDI-89</li> <li id="imp">MATHS-9...Nov 13, 2022·2 min read
web and html.intro to web and html- 1.Webserver-a web server is not necessarily some huge pieces of hardware kept somewhere but they are also softwares that stores and deliver content for a website.. apache as a webserver accepts http requests from user and sen...Nov 6, 2022·1 min read