LATEST POSTS


5-introduction-to-css
#5 Introduction to CSS

What is CSS? CSS, or Cascading Style Sheets, is a stylesheet language that describes the presentation of an HTML or XML document. It is used to add styling and layout to web pages, defining elements such as colors, fonts, layouts, and animations. CSS...

Read more
4-html-tags
#4 HTML <Tags />

What are Tags? In HTML, HTML tags are the building blocks of HTML, the language used to create websites. HTML tags are codes that are used to create the different elements of a web page. They consist of opening and closing tags, which are wrapped aro...

Read more
3-intro-to-html
#3 Intro To HTML

From this article, we are starting our programming journey with HTML. HTML comes under frontend to develop a website we need 3 languages which are HTML, CSS, and Javascript. What is HTML? HTML stands for (hypertext markup language) used for designing...

Read more
ways-to-center-a-div
Ways To Center a div

Centering a div in CSS is the confusing part for beginners. Today in this article let's see the ways to center a div. See the Pen center a div through grid by tejaswan kalluri (@tejaswankalluri) on CodePen. Types Center Horizontal Relativ...

Read more
2-how-the-internet-works
#2 How the Internet Works

History to Internet The Internet has become popular in the early 1990s to share data from one location to another location. Actually, internet technology was developed for military purposes in the United States in the 1960s. The packet switching tech...

Read more
1-introduction-to-the-series
#1 Introduction To The Series

I am building this Series which helps you to get started with Web Development. Web Dev is the Evergreen IT Job because if the internet is there then you need a website, to develop these websites we need web developers. So the Demand for a web Develop...

Read more
View More