TKTejaswan Kalluriinblog.tejaswan.me·Mar 2, 2024 · 4 min read#5 Introduction to CSSWhat 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...00
TKTejaswan Kalluriinblog.tejaswan.me·Jan 26, 2024 · 3 min readDockerize your applicationDocker is a tool that allows you to create, run, and deploy applications using containers. Containers are isolated environments that contain everything your application needs to run, such as code, libraries, dependencies, and configuration files. By ...00
TKTejaswan Kalluriinblog.tejaswan.me·Feb 20, 2023 · 10 min read#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...00
TKTejaswan Kalluriinblog.tejaswan.me·Feb 14, 2023 · 5 min read#3 Intro To HTMLFrom 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...00
TKTejaswan Kalluriinblog.tejaswan.me·Feb 6, 2023 · 4 min readWays To Center a divCentering 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...00