Tutorials Center
CSS
-
What is CSS, How it Works - Roadmap to learn css
-
Fundamental 3 things of CSS - Cascade, Specificity, Inheritance
-
What is Class and ID for in CSS ? CSS - Basic Selectors - Tags, Class, ID, Important.
-
How to Add Comments in CSS ?
-
The CSS Display Property – Display-Block, Inline-Block, None
-
How To Work CSS Size - Width, Height, Max-Height, Max-Width Also Padding And Marging
-
How To Work CSS Border - border, border-radius
-
The Fundamental Concept in Web design and Layout of CSS Box Model.
-
CSS Colors - Valid Color text,Keyword Colors, Hexadecimal, RGB, HSL,HSLA Colors
-
CSS Texts - Color, Alignment, Decoration, transformation, Spacing - letter-spacing, text-indent, line-height
-
How To Work CSS Backgrounds - background-color,
-
CSS Font Size - px, em, rem, vw, vh
-
CSS Position - static, relative, absolute, sticky, fixed
-
Pseudo Class - hover, focus, active and Pseudo Element - before, after
-
More Selectors: Child Selector(>), Adjacent Sibling(+), Attribute Selector, General Siblings(~), :first-child, nth-child(2n)
-
Overflow - scroll, auto, visible, hidden, overflow-x, overflow-y
-
CSS Responsive and Media
-
Responsive Anything - image, font, width, height
-
Flex-Box, flex-direction: row, column
-
flex-wrap: wrap, nowrap and flex-flow
-
Flex-shrink, flex-basis
-
CSS Justify-content: flex-start, flex-end, center, space-between, space-around, space-evenly
-
Align-items and align-self
-
What is Grid CSS, How to use Grid CSS
-
CSS Grid Properties - Gap, Grid Column Gap, Grid Template Columns
-
CSS Grid Properties - Grid-auto-rows
PHP
-
What is PHP, it's History, How it Works under the hood in web application
-
Install PHP or Xampp in Windows / Linux / Mac
-
Run our First PHP Program
-
Variables in PHP - How to Create, Rules and Examples
-
Data Types in PHP - Variable Types in PHP
-
Echo, PHP Statement, Print, Concat and Comments in PHP
-
PHP Operators - Arithmetic operator, Assignment Operator, Increment-decrement Operator
-
PHP Operators Part 2 - Comparison Operator, Logical Operator, Conditional Operator
-
PHP If-else-elseif and Switch-case
-
PHP Math Functions - pi, abs, sqrt, min, max, rand, round, floor, ceil, pow, is_nan, is_numeric
-
PHP String Functions - All necessary String functions in PHP to manage strings better.
-
Loops in PHP - for, while, foreach, do-while
-
PHP Array and all it's Examples
-
PHP Array Part 2 - Array Built in PHP Functions and Some More Examples
-
PHP Bonus - Online Judge Problem Solving Using PHP
-
PHP - Functions in PHP - How to create and how to use
-
PHP Loosely Type Language - Strict type from PHP 7
-
PHP Superglobal Variables and It's Practical Examples - Get, Post, Session, Cookie, Request, Server
-
Form Submission and File Upload in PHP - Basic to Advance Level Form Submission in PHP
-
PHP OOP - Object Oriented Programming Introduction